Skip to content

Commit

Permalink
Update scala-library to 2.12.20 (#3152)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 7, 2024
1 parent 680296d commit b45bc84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ def isRelease = releaseVersion != ""
// set by github actions and used as the snapshot build number
def githubRunNumber = sys.env.getOrElse("GITHUB_RUN_NUMBER", "local")

val scala2Versions = Seq("2.12.19", "2.13.14")
val scala2Versions = Seq("2.12.20", "2.13.14")
val scalaAllVersions = scala2Versions :+ "3.3.3"

lazy val commonScalaVersionSettings = Seq(
scalaVersion := "2.12.19",
scalaVersion := "2.12.20",
crossScalaVersions := Nil
)

Expand Down

0 comments on commit b45bc84

Please sign in to comment.