We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 548c8a5 + 5e5e6a8 commit f84e2d0Copy full SHA for f84e2d0
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.14", "2.12.20", "3.3.3"),
+ crossScalaVersions := Seq("2.13.14", "2.12.20", "3.3.4"),
8
scalaVersion := crossScalaVersions.value.head,
9
)
10
0 commit comments