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 dbd8b11 commit 87ed956Copy full SHA for 87ed956
build.sbt
@@ -2,7 +2,7 @@ val Scala212 = "2.12.21"
2
val Scala213 = "2.13.18"
3
val Scala3 = "3.3.7"
4
5
-ThisBuild / tlBaseVersion := "3.6"
+ThisBuild / tlBaseVersion := "3.7"
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