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 49a61c6 commit 2fb7aedCopy full SHA for 2fb7aed
build.sbt
@@ -3,7 +3,7 @@ ThisBuild / tlBaseVersion := "1.2"
3
ThisBuild / developers += tlGitHubDev("mpilquist", "Michael Pilquist")
4
ThisBuild / startYear := Some(2021)
5
6
-ThisBuild / crossScalaVersions := List("2.12.20", "2.13.16", "3.3.6")
+ThisBuild / crossScalaVersions := List("2.12.20", "2.13.17", "3.3.6")
7
ThisBuild / tlVersionIntroduced := Map("3" -> "1.0.2")
8
9
lazy val root = tlCrossRootProject.aggregate(core, tests)
0 commit comments