Skip to content

Commit ab7605d

Browse files
authored
Merge pull request #74 from typelevel/update/scala-library-2.13.12
Update scala-library to 2.13.12
2 parents 3344bb8 + a2441ed commit ab7605d

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
// publish website from this branch
1818
ThisBuild / tlSitePublishBranch := Some("main")
1919

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

0 commit comments

Comments
 (0)