From 1f9b4d781f17a6455adb08a82d8afcc7494743b5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 15 Oct 2025 20:32:24 +0000 Subject: [PATCH] Update scala3-library, ... to 3.3.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d178f9ab..131d58aa 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ ThisBuild / startYear := Some(2004) val commonSettings = Seq( versionScheme := Some("early-semver"), versionPolicyIntention := Compatibility.BinaryAndSourceCompatible, - crossScalaVersions := Seq("2.13.16", "2.12.20", "3.3.6"), + crossScalaVersions := Seq("2.13.16", "2.12.20", "3.3.7"), scalaVersion := crossScalaVersions.value.head, )