sbt/proxy-tests/src/it/scala/coursier/test/CentralProxyTests.scala

10 lines
302 B
Scala
Raw Normal View History

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"
}