We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f84e62 + 217a65a commit fc461bbCopy full SHA for fc461bb
build.sbt
@@ -15,7 +15,7 @@ licenses := Seq("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0.
15
scalaVersion := "3.4.3"
16
17
// Remember: also update scala versions in .travis.yml!
18
-crossScalaVersions := Seq("2.12.20", "2.13.14", "3.4.3")
+crossScalaVersions := Seq("2.12.20", "2.13.15", "3.4.3")
19
20
scalacOptions ++= Seq(
21
"-unchecked",
0 commit comments