From 706c201f35131097f6e6b942e3fcf6caf006672d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 5 Sep 2026 01:58:46 +0000 Subject: [PATCH] Update scala3-library to 3.9.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 13c511b..aa8261a 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ def osgiExport(scalaVersion: String, version: String) = { } lazy val commonSettings = Seq( - crossScalaVersions := Seq("2.13.18", "2.12.21", "2.11.12", "3.3.8"), + crossScalaVersions := Seq("2.13.18", "2.12.21", "2.11.12", "3.9.0"), scalaVersion := crossScalaVersions.value.head, // we could make this stricter again (BinaryAndSourceCompatible) // after our reference version was built on Scala 3.1.x