Skip to content

Commit 9280022

Browse files
authored
Merge pull request #1142 from typelevel/update/scala-library-2.12.21
Update scala-library to 2.12.21
2 parents 8274c45 + db7c28d commit 9280022

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
@@ -47,7 +47,7 @@ lazy val artifactUploadSettings = Def.settings(
4747
}
4848
)
4949

50-
val Scala212 = "2.12.20"
50+
val Scala212 = "2.12.21"
5151
val Scala213 = "2.13.18"
5252
ThisBuild / crossScalaVersions := Seq(Scala213, "3.3.7")
5353
ThisBuild / scalaVersion := Scala213 // the default Scala

0 commit comments

Comments
 (0)