aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJosh Rosen <joshrosen@databricks.com>2015-12-22 10:23:21 -0800
committerJosh Rosen <joshrosen@databricks.com>2015-12-22 10:23:24 -0800
commitbc0f30d0f5d01424d2f886adf3ffeaa1fc83a8af (patch)
tree1abd8855862e93a3c466bd6cf15f5220fd125723 /build
parent364d244a50aab9169ec1abe7e327004e681f8a71 (diff)
downloadspark-bc0f30d0f5d01424d2f886adf3ffeaa1fc83a8af.tar.gz
spark-bc0f30d0f5d01424d2f886adf3ffeaa1fc83a8af.tar.bz2
spark-bc0f30d0f5d01424d2f886adf3ffeaa1fc83a8af.zip
[SPARK-12475][BUILD] Upgrade Zinc from 0.3.5.3 to 0.3.9
We should update to the latest version of Zinc in order to match our SBT version. Author: Josh Rosen <joshrosen@databricks.com> Closes #10426 from JoshRosen/update-zinc.
Diffstat (limited to 'build')
-rwxr-xr-xbuild/mvn6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/mvn b/build/mvn
index 7603ea03de..63ca9c9806 100755
--- a/build/mvn
+++ b/build/mvn
@@ -81,11 +81,11 @@ install_mvn() {
# Install zinc under the build/ folder
install_zinc() {
- local zinc_path="zinc-0.3.5.3/bin/zinc"
+ local zinc_path="zinc-0.3.9/bin/zinc"
[ ! -f "${_DIR}/${zinc_path}" ] && ZINC_INSTALL_FLAG=1
install_app \
- "http://downloads.typesafe.com/zinc/0.3.5.3" \
- "zinc-0.3.5.3.tgz" \
+ "http://downloads.typesafe.com/zinc/0.3.9" \
+ "zinc-0.3.9.tgz" \
"${zinc_path}"
ZINC_BIN="${_DIR}/${zinc_path}"
}