Skip to content

Commit b449bf5

Browse files
authored
Merge pull request #1415 from scala-steward/update/scala-library-2.12.21
Update scala-library from 2.12.20 to 2.12.21
2 parents e29ec7c + b97e83e commit b449bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/BuildSettings.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ object BuildSettings {
1313

1414
private def isScala3(scalaVersion: String): Boolean = CrossVersion.partialVersion(scalaVersion).exists(_._1 == 3)
1515

16-
private val scala212 = "2.12.20"
16+
private val scala212 = "2.12.21"
1717
private val scala213 = "2.13.18"
1818
private val scala3 = "3.3.7"
1919

0 commit comments

Comments
 (0)