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 bee64e9 + f6c0465 commit 0948d7eCopy full SHA for 0948d7e
build.sbt
@@ -14,7 +14,7 @@ ThisBuild / developers := List(
14
ThisBuild / tlSitePublishBranch := Some("main")
15
16
val Scala213 = "2.13.16"
17
-ThisBuild / crossScalaVersions := Seq("2.12.20", Scala213, "3.3.6")
+ThisBuild / crossScalaVersions := Seq("2.12.20", Scala213, "3.3.7")
18
ThisBuild / scalaVersion := Scala213 // the default Scala
19
20
lazy val root = tlCrossRootProject.aggregate(core)
0 commit comments