Skip to content

Commit eb9459c

Browse files
authored
Merge pull request alexarchambault#184 from scala-steward/update/scala-library-2.13.11
Update scala-library to 2.13.11
2 parents 75e4e6f + fb93fc6 commit eb9459c

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
@@ -20,7 +20,7 @@ lazy val isAtLeastScala213 = Def.setting {
2020
CrossVersion.partialVersion(scalaVersion.value).exists(_ >= (2, 13))
2121
}
2222

23-
val scala213 = "2.13.10"
23+
val scala213 = "2.13.11"
2424
val scala212 = "2.12.18"
2525

2626
lazy val shared = Def.settings(

0 commit comments

Comments
 (0)