From 985e0a4d683aab6537259801ed78867fba0fa611 Mon Sep 17 00:00:00 2001 From: eikek-scala-steward Date: Tue, 7 Oct 2025 06:20:48 +0000 Subject: [PATCH] Update scala-library to 2.13.17 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 40ea9dea7a..24f52a701c 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ val scalafixSettings = Seq( val sharedSettings = Seq( organization := "com.github.eikek", - scalaVersion := "2.13.16", + scalaVersion := "2.13.17", organizationName := "Eike K. & Contributors", licenses += ( "AGPL-3.0-or-later",