Skip to content

Commit ad453b2

Browse files
author
Sanket Chintapalli
committed
move typesafe to lightbend
1 parent 906e065 commit ad453b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/mvn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ install_mvn() {
9393
install_zinc() {
9494
local zinc_path="zinc-0.3.15/bin/zinc"
9595
[ ! -f "${_DIR}/${zinc_path}" ] && ZINC_INSTALL_FLAG=1
96-
local TYPESAFE_MIRROR=${TYPESAFE_MIRROR:-https://downloads.typesafe.com}
96+
local TYPESAFE_MIRROR=${TYPESAFE_MIRROR:-https://downloads.lightbend.com}
9797

9898
install_app \
9999
"${TYPESAFE_MIRROR}/zinc/0.3.15" \
@@ -109,7 +109,7 @@ install_scala() {
109109
# determine the Scala version used in Spark
110110
local scala_version=`grep "scala.version" "${_DIR}/../pom.xml" | head -n1 | awk -F '[<>]' '{print $3}'`
111111
local scala_bin="${_DIR}/scala-${scala_version}/bin/scala"
112-
local TYPESAFE_MIRROR=${TYPESAFE_MIRROR:-https://downloads.typesafe.com}
112+
local TYPESAFE_MIRROR=${TYPESAFE_MIRROR:-https://downloads.lightbend.com}
113113

114114
install_app \
115115
"${TYPESAFE_MIRROR}/scala/${scala_version}" \

0 commit comments

Comments
 (0)