From e82307bfa74829694ddf9af096e0173a7d505c6c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 28 Mar 2024 20:33:47 +0000 Subject: [PATCH] Update scala3-library, ... to 3.4.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8811385a..34d1ef82 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ val commonSettings = Seq( // change back to BinaryAndSourceCompatible after next minor release; // the Scala 3.2 -> 3.3 upgrade requires a minor version bump versionPolicyIntention := Compatibility.BinaryCompatible, - crossScalaVersions := Seq("2.13.13", "2.12.19", "3.3.3"), + crossScalaVersions := Seq("2.13.13", "2.12.19", "3.4.1"), scalaVersion := crossScalaVersions.value.head, )