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 8274c45 + db7c28d commit 9280022Copy full SHA for 9280022
build.sbt
@@ -47,7 +47,7 @@ lazy val artifactUploadSettings = Def.settings(
47
}
48
)
49
50
-val Scala212 = "2.12.20"
+val Scala212 = "2.12.21"
51
val Scala213 = "2.13.18"
52
ThisBuild / crossScalaVersions := Seq(Scala213, "3.3.7")
53
ThisBuild / scalaVersion := Scala213 // the default Scala
0 commit comments