We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ff199e commit f99d79bCopy full SHA for f99d79b
build.sbt
@@ -19,7 +19,7 @@ commands += Command.command("testAll") { s =>
19
s
20
}
21
22
-resolvers += "scala-integration" at "https://scala-ci.typesafe.com/artifactory/scala-integration/"
+resolvers in ThisBuild += "scala-integration" at "https://scala-ci.typesafe.com/artifactory/scala-integration/"
23
24
// Convenient access to builds from PR validation
25
resolvers in ThisBuild ++= (
0 commit comments