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 7cacded + 345fcd1 commit a9f2ac7Copy full SHA for a9f2ac7
build.sbt
@@ -18,7 +18,7 @@ ThisBuild / tlSonatypeUseLegacyHost := false
18
ThisBuild / tlSitePublishBranch := Some("main")
19
20
val Scala213 = "2.13.16"
21
-ThisBuild / crossScalaVersions := Seq(Scala213, "3.3.3")
+ThisBuild / crossScalaVersions := Seq(Scala213, "3.3.6")
22
ThisBuild / scalaVersion := Scala213 // the default Scala
23
24
lazy val root = tlCrossRootProject.aggregate(core, mtl, testkit)
0 commit comments