Skip to content

Commit

Permalink
Temporarily revert default Spark version to reenable cross compile
Browse files Browse the repository at this point in the history
  • Loading branch information
srowen committed Sep 21, 2021
1 parent 42a08c2 commit 80f8737
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 @@ -10,7 +10,7 @@ crossScalaVersions := Seq("2.11.12", "2.12.10")

scalacOptions := Seq("-unchecked", "-deprecation")

val sparkVersion = sys.props.get("spark.testVersion").getOrElse("3.1.2")
val sparkVersion = sys.props.get("spark.testVersion").getOrElse("2.4.8")

// To avoid packaging it, it's Provided below
autoScalaLibrary := false
Expand Down

0 comments on commit 80f8737

Please sign in to comment.