Skip to content

Commit 9caa0b1

Browse files
authored
Merge pull request #139 from typelevel/update/scala-library-2.12.19
Update scala-library to 2.12.19
2 parents ff526f9 + 14810d4 commit 9caa0b1

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
@@ -17,7 +17,7 @@ ThisBuild / tlSonatypeUseLegacyHost := false
1717
ThisBuild / tlSitePublishBranch := Some("main")
1818

1919
val Scala213 = "2.13.12"
20-
ThisBuild / crossScalaVersions := Seq("2.12.18", Scala213, "3.3.1")
20+
ThisBuild / crossScalaVersions := Seq("2.12.19", Scala213, "3.3.1")
2121
ThisBuild / scalaVersion := Scala213 // the default Scala
2222

2323
lazy val root = tlCrossRootProject.aggregate(core)

0 commit comments

Comments
 (0)