From cfd187a472ca44e7d7a48c8c60ce1a0e47c4d764 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 4 Sep 2026 18:15:38 +0000 Subject: [PATCH] Update scala-library to 3.9.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1e4c783..392e78d 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import ProjectMatrixSyntax.* import sbt.Keys.* import sbt.ProjectMatrix -lazy val scalaVersions = Seq("2.13.18", "3.3.8") +lazy val scalaVersions = Seq("3.9.0", "3.3.8") lazy val commonSettings = Seq( organization := "com.evolutiongaming",