Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 80f8737

Browse files
committed
Temporarily revert default Spark version to reenable cross compile
1 parent 42a08c2 commit 80f8737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ crossScalaVersions := Seq("2.11.12", "2.12.10")
1010

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

13-
val sparkVersion = sys.props.get("spark.testVersion").getOrElse("3.1.2")
13+
val sparkVersion = sys.props.get("spark.testVersion").getOrElse("2.4.8")
1414

1515
// To avoid packaging it, it's Provided below
1616
autoScalaLibrary := false

0 commit comments

Comments
 (0)