From 2da29f4e04978f9fcf1ee4496f28ef70d6465dc8 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Wed, 28 Sep 2016 15:51:10 -0700 Subject: use proper lightbend.com and scala-sbt.org URLs not dl.bintray.com, it's an implementation detail that they're our current provider --- project/VersionUtil.scala | 2 +- scripts/common | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/project/VersionUtil.scala b/project/VersionUtil.scala index 1c2fff27b7..249aef8356 100644 --- a/project/VersionUtil.scala +++ b/project/VersionUtil.scala @@ -146,7 +146,7 @@ object VersionUtil { def bootstrapDep(baseDir: File, path: String, libName: String): ModuleID = { val sha = IO.read(baseDir / path / s"$libName.jar.desired.sha1").split(' ')(0) bootstrapOrganization(path) % libName % sha from - s"https://dl.bintray.com/typesafe/scala-sha-bootstrap/org/scala-lang/bootstrap/$sha/$path/$libName.jar" + s"https://repo.lightbend.com/typesafe/scala-sha-bootstrap/org/scala-lang/bootstrap/$sha/$path/$libName.jar" } /** Copy a boostrap dependency JAR that is on the classpath to a file */ diff --git a/scripts/common b/scripts/common index 95389e5495..c4469348f4 100644 --- a/scripts/common +++ b/scripts/common @@ -168,8 +168,8 @@ function generateRepositoriesConfig() { fi cat >> "$sbtRepositoryConfig" << EOF jcenter-cache: $jcenterCacheUrl - typesafe-ivy-releases: https://dl.bintray.com/typesafe/ivy-releases/, [organisation]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext], bootOnly - sbt-plugin-releases: https://dl.bintray.com/sbt/sbt-plugin-releases/, [organisation]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext] + typesafe-ivy-releases: https://repo.lightbend.com/typesafe/ivy-releases/, [organisation]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext], bootOnly + sbt-plugin-releases: https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/, [organisation]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext] maven-central local EOF -- cgit v1.2.3