We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac5ad89 + 5206b0b commit b16dc59Copy full SHA for b16dc59
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.11", "2.12.18", "3.3.0"),
+ crossScalaVersions := Seq("2.13.12", "2.12.18", "3.3.0"),
10
scalaVersion := crossScalaVersions.value.head,
11
)
12
0 commit comments