Skip to content

Commit 9fd8ca2

Browse files
authoredMar 3, 2024
Merge pull request #543 from scala-steward/update/scala3-library-3.3.3
Update scala3-library, ... to 3.3.3
2 parents ad18205 + 72603c8 commit 9fd8ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ val commonSettings = Seq(
66
// change back to BinaryAndSourceCompatible after next minor release;
77
// the Scala 3.2 -> 3.3 upgrade requires a minor version bump
88
versionPolicyIntention := Compatibility.BinaryCompatible,
9-
crossScalaVersions := Seq("2.13.13", "2.12.19", "3.3.1"),
9+
crossScalaVersions := Seq("2.13.13", "2.12.19", "3.3.3"),
1010
scalaVersion := crossScalaVersions.value.head,
1111
)
1212

0 commit comments

Comments
 (0)
Please sign in to comment.