Skip to content

Commit

Permalink
Add Spark 2.2.2 and 2.3.2 support (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
limansky authored and holdenk committed Oct 3, 2018
1 parent 8d0961b commit c0f75d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mini-cross-build.pl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
use File::Slurp;
use strict;
use warnings;
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.3.0", "2.3.1");
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");
# Backup the build file
`cp build.sbt build.sbt_back`;
# Get the original version
Expand Down

0 comments on commit c0f75d6

Please sign in to comment.