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.
1 parent f16337b commit 4c43356Copy full SHA for 4c43356
build.sbt
@@ -13,7 +13,7 @@ ThisBuild / developers := List(
13
// publish website from this branch
14
ThisBuild / tlSitePublishBranch := Some("main")
15
16
-val Scala213 = "2.13.16"
+val Scala213 = "2.13.17"
17
ThisBuild / crossScalaVersions := Seq("2.12.20", Scala213, "3.3.6")
18
ThisBuild / scalaVersion := Scala213 // the default Scala
19
0 commit comments