Skip to content

Commit

Permalink
Merge branch 'main' into update/scala-compiler-2.13.11
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Jul 9, 2023
2 parents f736a4a + 7d6ad35 commit f8c76ba
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.17"
scalaVersion := "2.12.18"
)
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.17"
val scala212 = "2.12.18"
val scala213 = "2.13.11"

val scala3 = "3.2.2"
Expand Down

0 comments on commit f8c76ba

Please sign in to comment.