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 9482250 + f0e1e4d commit ce19191Copy full SHA for ce19191
build.sbt
@@ -4,7 +4,7 @@ ThisBuild / developers := List(
4
)
5
ThisBuild / startYear := Some(2014)
6
7
-val Scala212 = "2.12.20"
+val Scala212 = "2.12.21"
8
val Scala213 = "2.13.18"
9
ThisBuild / crossScalaVersions := Seq(Scala212, Scala213, "3.3.7")
10
ThisBuild / scalaVersion := Scala213
0 commit comments