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.
1 parent 3dbe37b commit e555292Copy full SHA for e555292
build.sbt
@@ -19,7 +19,7 @@ def osgiExport(scalaVersion: String, version: String) = {
19
}
20
21
lazy val commonSettings = Seq(
22
- crossScalaVersions := Seq("2.13.14", "2.12.20", "2.11.12", "3.3.3"),
+ crossScalaVersions := Seq("2.13.15", "2.12.20", "2.11.12", "3.3.3"),
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