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 170b228 + 504c197 commit 1b2abf5Copy full SHA for 1b2abf5
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