Skip to content

Commit

Permalink
use Maven Central for testing
Browse files Browse the repository at this point in the history
scala-parser-combinators_2.11 1.0.4 is on Maven Central, but not on Sonatype OSS Releases.
  • Loading branch information
eed3si9n committed Mar 2, 2018
1 parent 91f8a63 commit d8d79b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit d8d79b7

Please sign in to comment.