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 10ec7d9 + 702bace commit 818f651Copy full SHA for 818f651
build.sbt
@@ -16,7 +16,7 @@ ThisBuild / tlSonatypeUseLegacyHost := false
16
// publish website from this branch
17
ThisBuild / tlSitePublishBranch := Some("main")
18
19
-val Scala213 = "2.13.15"
+val Scala213 = "2.13.16"
20
ThisBuild / crossScalaVersions := Seq("2.12.20", Scala213, "3.3.4")
21
ThisBuild / scalaVersion := Scala213 // the default Scala
22
0 commit comments