8000 Drop 1.3.0 support · randomf/spark-testing-base@54502ce · GitHub
[go: up one dir, main page]

Skip to content

Commit 54502ce

Browse files
committed
Drop 1.3.0 support
1 parent 7e3ce41 commit 54502ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.3.0", "1.4.0", "1.4.1", "1.5.0");
5+
my @spark_versions = ("1.4.0", "1.4.1", "1.5.0");
66
# Backup the build file
77
`cp build.sbt build.sbt_back`;
88
# Get the original version

0 commit comments

Comments
 (0)
0