Skip to content

Commit 0a06655

Browse files
committed
simplify resolvers.conf, hopefully improving speed
1 parent 843577d commit 0a06655

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

resolvers.conf

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,8 @@ vars.ivyPat: ", [organisation]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]
22

33
options.resolvers: {
44
01: "local"
5-
65
02: "dbuild: https://scala-ci.typesafe.com/artifactory/dbuild/"
76
03: "dbuild-ivy: https://scala-ci.typesafe.com/artifactory/dbuild-ivy/"${vars.ivyPat}
8-
04: "dbuild-unchecked: https://scala-ci.typesafe.com/artifactory/dbuild-unchecked/" // for sbt plugins not available on ivy (they'll fail the pom check on the `dbuild` cache repo above)
9-
10-
// this is so we can run the build against an as-yet-unmerged PR if we want
11-
05: "scala-pr-validation-snapshots: https://scala-ci.typesafe.com/artifactory/scala-pr-validation-snapshots"
12-
13-
// and this is where we get Scala nightlies
14-
20: "scala-integration: https://scala-ci.typesafe.com/artifactory/scala-integration/"
157
}
168

179
# to use local Artifactory, you might substitute e.g.:

0 commit comments

Comments
 (0)