mirror of https://github.com/sbt/sbt.git
Use repo.scala-sbt.org everywhere to be more independent of hosting details.
This commit is contained in:
parent
ae0b9457b2
commit
a76f59c575
|
|
@ -147,7 +147,7 @@ sealed trait JavaNet1Repository extends Resolver
|
|||
object Resolver
|
||||
{
|
||||
val TypesafeRepositoryRoot = "http://repo.typesafe.com/typesafe"
|
||||
val SbtPluginRepositoryRoot = "http://scalasbt.artifactoryonline.com/scalasbt"
|
||||
val SbtPluginRepositoryRoot = "http://repo.scala-sbt.org/scalasbt"
|
||||
val SonatypeRepositoryRoot = "https://oss.sonatype.org/content/repositories"
|
||||
|
||||
// obsolete: kept only for launcher compatibility
|
||||
|
|
|
|||
Loading…
Reference in New Issue