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 dcd9203 commit 48841c9Copy full SHA for 48841c9
build.sbt
@@ -4,7 +4,7 @@ val Scala213 = "2.13.8"
4
val Scala212 = "2.12.16"
5
val Scala3 = "3.1.3"
6
7
-ThisBuild / tlBaseVersion := "2.4"
+ThisBuild / tlBaseVersion := "2.5"
8
ThisBuild / crossScalaVersions := Seq(Scala213, Scala212, Scala3)
9
ThisBuild / scalaVersion := Scala213
10
ThisBuild / startYear := Some(2018)
0 commit comments