Skip to content

Commit 9b8c990

Browse files
authored
Merge pull request #164 from SethTisue/dont-hit-bintray-directly
use proper lightbend.com and scala-sbt.org URLs
2 parents 45eccc4 + 333b5ce commit 9b8c990

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conf/repositories

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[repositories]
22
private-repo: https://scala-ci.typesafe.com/artifactory/scala-release-temp/
33
jcenter-cache: https://scala-ci.typesafe.com/artifactory/jcenter/
4-
typesafe-ivy-releases: https://dl.bintray.com/typesafe/ivy-releases/, [organisation]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext], bootOnly
5-
sbt-plugin-releases: https://dl.bintray.com/sbt/sbt-plugin-releases/, [organisation]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext]
4+
typesafe-ivy-releases: https://repo.lightbend.com/typesafe/ivy-releases/, [organisation]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext], bootOnly
5+
sbt-plugin-releases: https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/, [organisation]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext]
66
maven-central
77
local

0 commit comments

Comments
 (0)