Use repo.scala-sbt.org everywhere to be more independent of hosting details.

This commit is contained in:
Mark Harrah 2013-08-07 18:24:19 -04:00
parent ae0b9457b2
commit a76f59c575
1 changed files with 1 additions and 1 deletions

View File

@ -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