Skip to content

Commit 93df015

Browse files
morazowholdenk
authored andcommitted
Update Spark version to 2.4.0 (holdenk#271)
* Update Spark version to 2.4.0 * Add Spark version 2.4.0 to `mini-cross-build.pl` file
1 parent c0f75d6 commit 93df015

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ publishMavenStyle := true
66

77
version := "0.10.0"
88

9-
sparkVersion := "2.3.1"
9+
sparkVersion := "2.4.0"
1010

1111
scalaVersion := {
1212
if (sparkVersion.value >= "2.0.0") {

mini-cross-build.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
use File::Slurp;
33
use strict;
44
use warnings;
5-
my @spark_versions = ("1.4.0", "1.4.1", "1.5.0", "1.5.1", "1.5.2", "1.6.0", "1.6.1", "1.6.2", "1.6.3", "2.0.0", "2.0.1", "2.0.2", "2.1.0", "2.1.1", "2.1.2", "2.1.3", "2.2.0", "2.2.1", "2.2.2", "2.3.0", "2.3.1", "2.3.2");
5+
my @spark_versions = ("1.4.0", "1.4.1", "1.5.0", "1.5.1", "1.5.2", "1.6.0", "1.6.1", "1.6.2", "1.6.3", "2.0.0", "2.0.1", "2.0.2", "2.1.0", "2.1.1", "2.1.2", "2.1.3", "2.2.0", "2.2.1", "2.2.2", "2.3.0", "2.3.1", "2.3.2", "2.4.0");
66
# Backup the build file
77
`cp build.sbt build.sbt_back`;
88
# Get the original version

0 commit comments

Comments
 (0)