We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb6d3c5 commit af609b5Copy full SHA for af609b5
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.15", "2.12.20", "3.3.4"),
+ crossScalaVersions := Seq("2.13.16", "2.12.20", "3.3.4"),
8
scalaVersion := crossScalaVersions.value.head,
9
)
10
0 commit comments