Skip to content

Commit

Permalink
Use latest Scala 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
colindean authored Apr 10, 2024
1 parent 459ac54 commit 81d9d9d
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 @@ -7,7 +7,7 @@ sparkVersion := System.getProperty("sparkVersion", "2.3.4")

scalaVersion := {
if (sparkVersion.value > "3.0") {
"2.12.17"
"2.12.19"
} else {
"2.11.12"
}
Expand Down

0 comments on commit 81d9d9d

Please sign in to comment.