Skip to content

Commit bc0f30d

Browse files
committed
[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 <[email protected]> Closes #10426 from JoshRosen/update-zinc.
1 parent 364d244 commit bc0f30d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/mvn

+3-3
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ install_mvn() {
8181

8282
# Install zinc under the build/ folder
8383
install_zinc() {
84-
local zinc_path="zinc-0.3.5.3/bin/zinc"
84+
local zinc_path="zinc-0.3.9/bin/zinc"
8585
[ ! -f "${_DIR}/${zinc_path}" ] && ZINC_INSTALL_FLAG=1
8686
install_app \
87-
"http://downloads.typesafe.com/zinc/0.3.5.3" \
88-
"zinc-0.3.5.3.tgz" \
87+
"http://downloads.typesafe.com/zinc/0.3.9" \
88+
"zinc-0.3.9.tgz" \
8989
"${zinc_path}"
9090
ZINC_BIN="${_DIR}/${zinc_path}"
9191
}

0 commit comments

Comments
 (0)