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 ff526f9 + 14810d4 commit 9caa0b1Copy full SHA for 9caa0b1
build.sbt
@@ -17,7 +17,7 @@ ThisBuild / tlSonatypeUseLegacyHost := false
17
ThisBuild / tlSitePublishBranch := Some("main")
18
19
val Scala213 = "2.13.12"
20
-ThisBuild / crossScalaVersions := Seq("2.12.18", Scala213, "3.3.1")
+ThisBuild / crossScalaVersions := Seq("2.12.19", Scala213, "3.3.1")
21
ThisBuild / scalaVersion := Scala213 // the default Scala
22
23
lazy val root = tlCrossRootProject.aggregate(core)
0 commit comments