We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13cd8c2 + 068cec6 commit d66eda3Copy full SHA for d66eda3
build.sbt
@@ -10,7 +10,7 @@ ThisBuild / developers := List(
10
// publish website from this branch
11
ThisBuild / tlSitePublishBranch := Some("main")
12
13
-val Scala213 = "2.13.15"
+val Scala213 = "2.13.16"
14
ThisBuild / crossScalaVersions := Seq("2.12.20", Scala213, "3.3.4")
15
ThisBuild / scalaVersion := Scala213 // the default Scala
16
0 commit comments