Skip to content

Commit

Permalink
Fix the way we setup the PR resolver so it is picked up in subproject…
Browse files Browse the repository at this point in the history
…/resolvers
  • Loading branch information
retronym committed Jun 6, 2018
1 parent a66d35a commit 10b5413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -25,7 +25,7 @@ commands += Command.command("testAll") { s =>
resolvers += "scala-integration" at "https://scala-ci.typesafe.com/artifactory/scala-integration/"

// Convenient access to builds from PR validation
resolvers ++= (
resolvers in ThisBuild ++= (
if (scalaVersion.value.endsWith("-SNAPSHOT"))
List(
"pr-scala snapshots" at "https://scala-ci.typesafe.com/artifactory/scala-pr-validation-snapshots/",
Expand Down

0 comments on commit 10b5413

Please sign in to comment.