summaryrefslogtreecommitdiff
path: root/scripts
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 /scripts
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 'scripts')
-rw-r--r--scripts/common4
1 files changed, 2 insertions, 2 deletions
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