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 3344bb8 + a2441ed commit ab7605dCopy full SHA for ab7605d
build.sbt
@@ -17,7 +17,7 @@ ThisBuild / tlSonatypeUseLegacyHost := false
17
// publish website from this branch
18
ThisBuild / tlSitePublishBranch := Some("main")
19
20
-val Scala213 = "2.13.11"
+val Scala213 = "2.13.12"
21
ThisBuild / crossScalaVersions := Seq(Scala213, "3.3.1")
22
ThisBuild / scalaVersion := Scala213 // the default Scala
23
0 commit comments