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 661cf35 + 51ec95a commit d2284a5Copy full SHA for d2284a5
build.sbt
@@ -11,7 +11,7 @@ ThisBuild / developers := List(
11
ThisBuild / tlSitePublishBranch := Some("main")
12
13
val Scala213 = "2.13.18"
14
-ThisBuild / crossScalaVersions := Seq("2.12.20", Scala213, "3.3.7")
+ThisBuild / crossScalaVersions := Seq("2.12.21", Scala213, "3.3.7")
15
ThisBuild / scalaVersion := Scala213 // the default Scala
16
17
// Undertow 2 for testing, requires Java 8 or higher
0 commit comments