We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2674557 + 57614be commit ce82564Copy full SHA for ce82564
build.sbt
@@ -12,7 +12,7 @@ ThisBuild / tlSonatypeUseLegacyHost := false
12
ThisBuild / tlMimaPreviousVersions := Set()
13
14
val Scala212 = "2.12.20"
15
-val Scala213 = "2.13.15"
+val Scala213 = "2.13.16"
16
17
ThisBuild / crossScalaVersions := Seq(Scala213, "3.3.4")
18
ThisBuild / scalaVersion := Scala213
0 commit comments