From bc0f30d0f5d01424d2f886adf3ffeaa1fc83a8af Mon Sep 17 00:00:00 2001 From: Josh Rosen Date: Tue, 22 Dec 2015 10:23:21 -0800 Subject: [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 Closes #10426 from JoshRosen/update-zinc. --- build/mvn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build/mvn') 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}" } -- cgit v1.2.3