Skip to content

Commit

Permalink
Scala 2.12.20
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Sep 6, 2024
1 parent 010a597 commit 9f5a648
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/ProjectPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ object ProjectKeys {
"2.12.17",
"2.12.18",
"2.12.19",
"2.12.20",
"2.13.10",
"2.13.11",
"2.13.12",
Expand Down Expand Up @@ -107,7 +108,7 @@ object ProjectPlugin extends AutoPlugin {
SemanticSelector(">=2.12.19")
.matches(VersionNumber(scalaVersion.value))
) {
"4.8.15"
"4.9.9"
} else {
"4.8.4"
}
Expand Down

0 comments on commit 9f5a648

Please sign in to comment.