Skip to content

Commit

Permalink
Also build for 1.6.1 for good measure
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenk committed Mar 24, 2016
1 parent 210aa04 commit 36f43ff
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.3.0", "1.3.1", "1.4.0", "1.4.1", "1.5.0", "1.5.1", "1.5.2", "1.6.0");
my @spark_versions = ("1.3.0", "1.3.1", "1.4.0", "1.4.1", "1.5.0", "1.5.1", "1.5.2", "1.6.0", "1.6.1");
# Backup the build file
`cp build.sbt build.sbt_back`;
# Get the original version
Expand Down

0 comments on commit 36f43ff

Please sign in to comment.