Skip to content

Commit

Permalink
Update scala-library to 2.13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 5, 2024
1 parent 85cf421 commit ab7db14
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 @@ -4,7 +4,7 @@ val sparkVersions: List[String] = IO.readLines(new File("sparkVersions")).map(_.

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

val Spark23 = "2.3.4"
val Spark24 = "2.4.8"
Expand Down

0 comments on commit ab7db14

Please sign in to comment.