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 163203f commit 92a1be2Copy full SHA for 92a1be2
build.sbt
@@ -3,7 +3,7 @@ ThisBuild / tlBaseVersion := "2.0"
3
ThisBuild / developers += tlGitHubDev("mpilquist", "Michael Pilquist")
4
ThisBuild / startYear := Some(2021)
5
6
-ThisBuild / crossScalaVersions := List("3.3.4", "2.12.20", "2.13.16")
+ThisBuild / crossScalaVersions := List("3.3.5", "2.12.20", "2.13.16")
7
ThisBuild / tlVersionIntroduced := Map("3" -> "1.0.2")
8
9
lazy val root = tlCrossRootProject.aggregate(core, munit)
0 commit comments