Thanks to visit codestin.com Credit goes to github.com
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 3f7ad64 commit cb4599cCopy full SHA for cb4599c
build.sbt
@@ -19,7 +19,7 @@ def osgiExport(scalaVersion: String, version: String) = {
19
}
20
21
lazy val commonSettings = Seq(
22
- crossScalaVersions := Seq("2.13.16", "2.12.20", "2.11.12", "3.3.5"),
+ crossScalaVersions := Seq("2.13.16", "2.12.20", "2.11.12", "3.3.6"),
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