Skip to content

Commit 1c36f5c

Browse files
authored
Merge pull request #151 from typelevel/update/scala-library-2.13.14
Update scala-library to 2.13.14
2 parents 0f413e0 + 59b97fa commit 1c36f5c

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.12"
19+
val Scala213 = "2.13.14"
2020
ThisBuild / crossScalaVersions := Seq("2.12.19", Scala213, "3.3.3")
2121
ThisBuild / scalaVersion := Scala213 // the default Scala
2222

0 commit comments

Comments
 (0)