We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75e27ea + f7f38ec commit 855b478Copy full SHA for 855b478
build.sbt
@@ -10,7 +10,7 @@ ThisBuild / tlCiReleaseBranches := Seq("main")
10
ThisBuild / tlMimaPreviousVersions := Set()
11
12
val Scala212 = "2.12.20"
13
-val Scala213 = "2.13.16"
+val Scala213 = "2.13.17"
14
15
ThisBuild / crossScalaVersions := Seq(Scala213, "3.3.6")
16
ThisBuild / scalaVersion := Scala213
0 commit comments