8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad18205 + 72603c8 commit 9fd8ca2Copy full SHA for 9fd8ca2
build.sbt
@@ -6,7 +6,7 @@ val commonSettings = Seq(
6
// change back to BinaryAndSourceCompatible after next minor release;
7
// the Scala 3.2 -> 3.3 upgrade requires a minor version bump
8
versionPolicyIntention := Compatibility.BinaryCompatible,
9
- crossScalaVersions := Seq("2.13.13", "2.12.19", "3.3.1"),
+ crossScalaVersions := Seq("2.13.13", "2.12.19", "3.3.3"),
10
scalaVersion := crossScalaVersions.value.head,
11
)
12
0 commit comments