Skip to content

Commit

Permalink
[SPARK-12475][BUILD] Upgrade Zinc from 0.3.5.3 to 0.3.9
Browse files Browse the repository at this point in the history
We should update to the latest version of Zinc in order to match our SBT version.

Author: Josh Rosen <[email protected]>

Closes apache#10426 from JoshRosen/update-zinc.
  • Loading branch information
JoshRosen committed Dec 22, 2015
1 parent 364d244 commit bc0f30d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/mvn
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
}
Expand Down

0 comments on commit bc0f30d

Please sign in to comment.