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.13.11 #500

Merged
merged 9 commits into from
Aug 23, 2023
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ThisBuild / developers := List(
tlGitHubDev("edmundnoble", "Edmund Noble")
)

val Scala213 = "2.13.10"
val Scala213 = "2.13.11"

ThisBuild / crossScalaVersions := Seq("3.3.0", "2.12.18", Scala213)
ThisBuild / tlVersionIntroduced := Map("3" -> "1.2.1")
Expand Down