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 1c43278 + fb5ce96 commit 7828cc0Copy full SHA for 7828cc0
build.sbt
@@ -4,7 +4,7 @@ val Scala213 = "2.13.8"
4
val Scala212 = "2.12.15"
5
val Scala3 = "3.0.2"
6
7
-ThisBuild / tlBaseVersion := "2.2"
+ThisBuild / tlBaseVersion := "2.3"
8
ThisBuild / crossScalaVersions := Seq(Scala213, Scala212, Scala3)
9
ThisBuild / scalaVersion := Scala213
10
ThisBuild / startYear := Some(2018)
0 commit comments