Skip to content

Commit 818f651

Browse files
authored
Merge pull request #192 from typelevel/update/scala-library-2.13.16
Update scala-library to 2.13.16
2 parents 10ec7d9 + 702bace commit 818f651

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
@@ -16,7 +16,7 @@ ThisBuild / tlSonatypeUseLegacyHost := false
1616
// publish website from this branch
1717
ThisBuild / tlSitePublishBranch := Some("main")
1818

19-
val Scala213 = "2.13.15"
19+
val Scala213 = "2.13.16"
2020
ThisBuild / crossScalaVersions := Seq("2.12.20", Scala213, "3.3.4")
2121
ThisBuild / scalaVersion := Scala213 // the default Scala
2222

0 commit comments

Comments
 (0)