Skip to content

Commit ddbf872

Browse files
authored
Merge pull request #74 from typelevel/update/scala-library-2.13.12
Update scala-library to 2.13.12
2 parents b347609 + d22af52 commit ddbf872

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
@@ -13,7 +13,7 @@ ThisBuild / developers := List(
1313
ThisBuild / tlSonatypeUseLegacyHost := false
1414

1515
val Scala212 = "2.12.18"
16-
val Scala213 = "2.13.11"
16+
val Scala213 = "2.13.12"
1717
val Scala3 = "3.3.1"
1818

1919
ThisBuild / scalaVersion := Scala212 // The default while sbt is still based on Scala 2.12.x

0 commit comments

Comments
 (0)