Skip to content

Commit 2fb7aed

Browse files
Update scala-library, scala-reflect to 2.13.17
1 parent 49a61c6 commit 2fb7aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ThisBuild / tlBaseVersion := "1.2"
33
ThisBuild / developers += tlGitHubDev("mpilquist", "Michael Pilquist")
44
ThisBuild / startYear := Some(2021)
55

6-
ThisBuild / crossScalaVersions := List("2.12.20", "2.13.16", "3.3.6")
6+
ThisBuild / crossScalaVersions := List("2.12.20", "2.13.17", "3.3.6")
77
ThisBuild / tlVersionIntroduced := Map("3" -> "1.0.2")
88

99
lazy val root = tlCrossRootProject.aggregate(core, tests)

0 commit comments

Comments
 (0)