diff --git a/launcher-implementation/src/test/scala/ScalaProviderTest.scala b/launcher-implementation/src/test/scala/ScalaProviderTest.scala index d28890c..bf2344e 100644 --- a/launcher-implementation/src/test/scala/ScalaProviderTest.scala +++ b/launcher-implementation/src/test/scala/ScalaProviderTest.scala @@ -89,7 +89,7 @@ object LaunchTest { def testApp(main: String): Application = testApp(main, Array[File]()) def testApp(main: String, extra: Array[File]): Application = Application("org.scala-sbt", "launch-test", new Explicit(AppVersion), main, Nil, CrossValue.Disabled, extra) import Predefined._ - def testRepositories = List(Local, ScalaToolsReleases, ScalaToolsSnapshots).map(Repository.Predefined(_)) + def testRepositories = List(Local, MavenCentral, SonatypeOSSSnapshots).map(Repository.Predefined(_)) def withLauncher[T](f: xsbti.Launcher => T): T = withTemporaryDirectory { bootDirectory => f(Launcher(bootDirectory, testRepositories))