summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2016-09-28 15:51:10 -0700
committerSeth Tisue <seth@tisue.net>2016-09-28 15:52:33 -0700
commit2da29f4e04978f9fcf1ee4496f28ef70d6465dc8 (patch)
treeccedbb3dcf16113254d997e568ff7f4c8cf1a2d0 /project
parent63f5eb5eb751fa5bfb69d0e783aa360abac82a1b (diff)
downloadscala-2da29f4e04978f9fcf1ee4496f28ef70d6465dc8.tar.gz
scala-2da29f4e04978f9fcf1ee4496f28ef70d6465dc8.tar.bz2
scala-2da29f4e04978f9fcf1ee4496f28ef70d6465dc8.zip
use proper lightbend.com and scala-sbt.org URLs
not dl.bintray.com, it's an implementation detail that they're our current provider
Diffstat (limited to 'project')
-rw-r--r--project/VersionUtil.scala2
1 files changed, 1 insertions, 1 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 */