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.
2 parents 888f626 + 9ff4cb4 commit 8905b3bCopy full SHA for 8905b3b
1 file changed
build.sbt
@@ -22,7 +22,7 @@ lazy val commonSettings = Seq(
22
compile / javacOptions ++= Seq("--release", "11"),
23
doc / javacOptions := Seq("-source", "11"),
24
scalaVersion := "2.13.18",
25
- crossScalaVersions := Seq("2.13.18", "3.3.7"),
+ crossScalaVersions := Seq("2.13.18", "3.3.8"),
26
scalacOptions ++= Seq("-deprecation", "-feature", "-unchecked", "-encoding", "utf8") ++
27
(CrossVersion.partialVersion(scalaVersion.value) match {
28
case Some((2, 13)) => Seq("-Xsource:3")
0 commit comments