Skip to content

Commit

Permalink
Update scala-compiler, scala-library, ... to 2.12.20
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 6, 2024
1 parent c4613f1 commit fccb947
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ lazy val upickleReadme = scalatex.ScalatexReadme(
url = "https://github.com/lihaoyi/upickle/tree/main",
source = "Readme"
).settings(
scalaVersion := "2.12.18"
scalaVersion := "2.12.20"
)
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import mill.scalanativelib.api.{LTO, ReleaseMode}
import de.tobiasroeser.mill.vcs.version.VcsVersion
import com.github.lolgab.mill.mima._

val scala212 = "2.12.18"
val scala212 = "2.12.20"
val scala213 = "2.13.11"

val scala3 = "3.4.2"
Expand Down

0 comments on commit fccb947

Please sign in to comment.