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 faad9ff + eab0ccf commit 4a6c46cCopy full SHA for 4a6c46c
1 file changed
build.sbt
@@ -2,7 +2,7 @@ val Scala212 = "2.12.17"
2
val Scala213 = "2.13.10"
3
val Scala3 = "3.2.1"
4
5
-ThisBuild / tlBaseVersion := "3.3"
+ThisBuild / tlBaseVersion := "3.4"
6
ThisBuild / crossScalaVersions := Seq(Scala212, Scala3, Scala213)
7
ThisBuild / tlVersionIntroduced := Map("3" -> "3.0.3")
8
ThisBuild / tlMimaPreviousVersions ~= (_.filterNot(_ == "3.2.0"))
0 commit comments