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 Jan 16, 2025
1 parent befed3b commit f664397
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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.3.4"
Expand Down
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"
)

0 comments on commit f664397

Please sign in to comment.