Skip to content

Commit e5b54f3

Browse files
Update scala-library to 2.12.21 in series/0.28
1 parent 0875307 commit e5b54f3

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
@@ -13,7 +13,7 @@ ThisBuild / startYear := Some(2014)
1313
ThisBuild / tlSitePublishBranch := Some("main")
1414

1515
val Scala213 = "2.13.16"
16-
ThisBuild / crossScalaVersions := Seq(Scala213, "2.12.20", "3.3.7")
16+
ThisBuild / crossScalaVersions := Seq(Scala213, "2.12.21", "3.3.7")
1717
ThisBuild / scalaVersion := Scala213 // the default Scala
1818
ThisBuild / tlJdkRelease := Some(17)
1919
ThisBuild / githubWorkflowJavaVersions ~= {

0 commit comments

Comments
 (0)