Skip to content

Commit

Permalink
Add Spark 2.4.4 support. (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
limansky authored and holdenk committed Sep 5, 2019
1 parent d742d0b commit 4f130b0
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 @@ -8,7 +8,7 @@
"2.1.1", "2.1.2", "2.1.3",
"2.2.0", "2.2.1", "2.2.2", "2.2.3",
"2.3.0", "2.3.1", "2.3.2", "2.3.3",
"2.4.0", "2.4.1", "2.4.2", "2.4.3");
"2.4.0", "2.4.1", "2.4.2", "2.4.3", "2.4.4");
# Backup the build file
`cp build.sbt build.sbt_back`;
# Get the original version
Expand Down

0 comments on commit 4f130b0

Please sign in to comment.