Skip to content

Commit

Permalink
Update scala 2.13 version (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsorr authored May 16, 2024
1 parent e036103 commit f7b3f24
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 @@ -16,7 +16,7 @@ val versionRegex = """^(.*)\.(.*)\.(.*)$""".r
val versionRegexShort = """^(.*)\.(.*)$""".r

val scala212 = "2.12.19"
val scala213 = "2.13.12"
val scala213 = "2.13.14"

val parserSparkVersion: String => String = {
case versionRegexShort("3", "0") => spark30Version
Expand Down

0 comments on commit f7b3f24

Please sign in to comment.