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 4abece2 commit 7b2d2b2Copy full SHA for 7b2d2b2
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.14"
+val Scala213 = "2.13.16"
21
ThisBuild / crossScalaVersions := Seq(Scala213, "3.3.3")
22
ThisBuild / scalaVersion := Scala213 // the default Scala
23
0 commit comments