We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39cc604 + 5de0ba8 commit a251f35Copy full SHA for a251f35
1 file changed
build.sbt
@@ -19,7 +19,7 @@ def osgiExport(scalaVersion: String, version: String) = {
19
}
20
21
lazy val commonSettings = Seq(
22
- crossScalaVersions := Seq("2.13.17", "2.12.20", "2.11.12", "3.3.7"),
+ crossScalaVersions := Seq("2.13.18", "2.12.20", "2.11.12", "3.3.7"),
23
scalaVersion := crossScalaVersions.value.head,
24
// we could make this stricter again (BinaryAndSourceCompatible)
25
// after our reference version was built on Scala 3.1.x
0 commit comments