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 170b228 commit 504c197Copy full SHA for 504c197
build.sbt
@@ -6,7 +6,7 @@ ThisBuild / organization := "org.typelevel"
6
ThisBuild / organizationName := "Typelevel"
7
ThisBuild / licenses := List(License.MIT)
8
ThisBuild / startYear := Some(2016)
9
-ThisBuild / tlBaseVersion := "1.2"
+ThisBuild / tlBaseVersion := "1.3"
10
ThisBuild / scalaVersion := Scala213
11
ThisBuild / crossScalaVersions := Seq(Scala212, Scala3, Scala213)
12
ThisBuild / tlVersionIntroduced := Map("3" -> "1.0.3")
0 commit comments