Skip to content

Commit

Permalink
For Spark 2.4 only do Scala 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenk committed Oct 7, 2019
1 parent f42ca02 commit 4b071e6
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 @@ -14,7 +14,7 @@ lazy val core = (project in file("core"))
coreTestSources,
crossScalaVersions := {
if (sparkVersion.value >= "2.4.0") {
Seq("2.11.11", "2.12.8")
Seq("2.12.8")
} else if (sparkVersion.value >= "2.3.0") {
Seq("2.11.11")
} else {
Expand Down

0 comments on commit 4b071e6

Please sign in to comment.