Skip to content

Commit

Permalink
Update scala-library to 2.12.20
Browse files Browse the repository at this point in the history
  • Loading branch information
banno-diy-steward[bot] committed Sep 7, 2024
1 parent f0b1ab5 commit 728d335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ThisBuild / tlSitePublishBranch := Some("main")
val Scala213 = "2.13.14"
val scalafixV = "0.12.1"

ThisBuild / crossScalaVersions := Seq(Scala213, "2.12.19")
ThisBuild / crossScalaVersions := Seq(Scala213, "2.12.20")
ThisBuild / scalaVersion := Scala213 // the default Scala
ThisBuild / tlJdkRelease := Some(8) // the JVM to target
ThisBuild / githubWorkflowJavaVersions := Seq(
Expand Down

0 comments on commit 728d335

Please sign in to comment.