Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update scala-library to 2.12.18 #358

Merged
merged 8 commits into from
Jun 27, 2023
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ThisBuild / githubWorkflowBuildPreamble +=
cond = Some("matrix.project == 'rootJS'")
)

val Scala212 = "2.12.17"
val Scala212 = "2.12.18"
val Scala213 = "2.13.11"
val Scala3 = "3.3.0"
ThisBuild / crossScalaVersions := Seq(Scala212, Scala3, Scala213)
Expand Down