Skip to content

Commit af0e2d1

Browse files
authored
Merge pull request #141 from typelevel/update/scala3-library-3.3.3
Update scala3-library, ... to 3.3.3
2 parents 505f023 + 1c95d51 commit af0e2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

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

6-
ThisBuild / crossScalaVersions := List("2.12.19", "2.13.13", "3.3.1")
6+
ThisBuild / crossScalaVersions := List("2.12.19", "2.13.13", "3.3.3")
77
ThisBuild / tlVersionIntroduced := Map("3" -> "1.0.2")
88

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

0 commit comments

Comments
 (0)