Skip to content

Commit

Permalink
Update scala-library to 2.12.19
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 29, 2024
1 parent 85cf421 commit 9ffb4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ val v = IO.readLines(new File("VERSION")).head
val sparkVersions: List[String] = IO.readLines(new File("sparkVersions")).map(_.trim)

val Scala11 = "2.11.12"
val Scala12 = "2.12.17"
val Scala12 = "2.12.19"
val Scala13 = "2.13.10"

val Spark23 = "2.3.4"
Expand Down

0 comments on commit 9ffb4d3

Please sign in to comment.