mirror of https://github.com/sbt/sbt.git
10 lines
302 B
Scala
10 lines
302 B
Scala
|
|
package coursier.test
|
||
|
|
|
||
|
|
object CentralNexus2ProxyTests extends CentralTests {
|
||
|
|
override def centralBase = "http://localhost:9081/nexus/content/repositories/central"
|
||
|
|
}
|
||
|
|
|
||
|
|
object CentralNexus3ProxyTests extends CentralTests {
|
||
|
|
override def centralBase = "http://localhost:9082/repository/maven-central"
|
||
|
|
}
|