Skip to content

Commit f99d79b

Browse files
committed
Fix scope of resolver setting
1 parent 0ff199e commit f99d79b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ commands += Command.command("testAll") { s =>
1919
s
2020
}
2121

22-
resolvers += "scala-integration" at "https://scala-ci.typesafe.com/artifactory/scala-integration/"
22+
resolvers in ThisBuild += "scala-integration" at "https://scala-ci.typesafe.com/artifactory/scala-integration/"
2323

2424
// Convenient access to builds from PR validation
2525
resolvers in ThisBuild ++= (

0 commit comments

Comments
 (0)