Skip to content

Commit 51ec95a

Browse files
Update scala-library to 2.12.21 in series/0.24
1 parent 661cf35 commit 51ec95a

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
@@ -11,7 +11,7 @@ ThisBuild / developers := List(
1111
ThisBuild / tlSitePublishBranch := Some("main")
1212

1313
val Scala213 = "2.13.18"
14-
ThisBuild / crossScalaVersions := Seq("2.12.20", Scala213, "3.3.7")
14+
ThisBuild / crossScalaVersions := Seq("2.12.21", Scala213, "3.3.7")
1515
ThisBuild / scalaVersion := Scala213 // the default Scala
1616

1717
// Undertow 2 for testing, requires Java 8 or higher

0 commit comments

Comments
 (0)