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 375544d + 20a52c0 commit 033ed8dCopy full SHA for 033ed8d
build.sbt
@@ -4,7 +4,7 @@ ThisBuild / startYear := Some(2004)
4
val commonSettings = Seq(
5
versionScheme := Some("early-semver"),
6
versionPolicyIntention := Compatibility.BinaryAndSourceCompatible,
7
- crossScalaVersions := Seq("2.13.16", "2.12.20", "3.3.5"),
+ crossScalaVersions := Seq("2.13.16", "2.12.20", "3.3.6"),
8
scalaVersion := crossScalaVersions.value.head,
9
)
10
0 commit comments