From 44b982e05d2ea86d01bd4a641fa76a365de1a59a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 13 Oct 2025 16:32:48 +0000 Subject: [PATCH 1/2] Update scala-collection-compat to 2.14.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5bf1c206..cdc091d1 100644 --- a/build.sbt +++ b/build.sbt @@ -46,7 +46,7 @@ lazy val commonSettings = Seq("org.scala-lang.modules" %% "scala-parallel-collections" % "1.2.0") } }, - libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.13.0" + libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.14.0" ) lazy val publishSettings = Seq( From 2f9ba0849559b9f8250c36faa07921e2250cdb08 Mon Sep 17 00:00:00 2001 From: Tim van der Lippe Date: Tue, 14 Oct 2025 09:07:56 +0200 Subject: [PATCH 2/2] Update sbt-library to 2.13.17 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cdc091d1..86cea123 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ import scala.language.postfixOps -val currentScalaVersion = "2.13.16" +val currentScalaVersion = "2.13.17" inThisBuild( Seq(