diff --git a/circleci-provision-scripts/scala.sh b/circleci-provision-scripts/scala.sh index 61f3bc1..5d3f47d 100755 --- a/circleci-provision-scripts/scala.sh +++ b/circleci-provision-scripts/scala.sh @@ -12,7 +12,7 @@ for VER in $(echo $SBT_LAUNCH_VERSIONS); do SBT_DIR=~/.sbt/.lib/${VER} SBT_JAR=$SBT_DIR/sbt-launch.jar -SBT_URL="http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/${VER}/sbt-launch.jar" +SBT_URL="https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/${VER}/sbt-launch.jar" mkdir -p $SBT_DIR curl -L -o $SBT_JAR $SBT_URL