Skip to content

Commit ba7674e

Browse files
authored
Merge pull request #199 from mkurz/remove_resolvers
Remove unneeded resolvers
2 parents 7021eb9 + 8c54f71 commit ba7674e

3 files changed

Lines changed: 1 addition & 8 deletions

File tree

sbt-web-tester/project/plugins.sbt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,5 @@ lazy val root = Project("plugins", file(".")).dependsOn(plugin)
33
lazy val plugin = RootProject(file("../").getCanonicalFile.toURI)
44

55
resolvers ++= Seq(
6-
Resolver.mavenLocal,
7-
Resolver.sbtPluginRepo("snapshots"),
86
Resolver.sonatypeRepo("snapshots"),
9-
Resolver.typesafeRepo("snapshots")
10-
)
7+
)
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
addSbtPlugin("com.github.sbt" % "sbt-web" % sys.props("project.version"))
22

33
resolvers ++= Seq(
4-
Resolver.sbtPluginRepo("snapshots"),
54
Resolver.sonatypeRepo("snapshots"),
6-
Resolver.typesafeRepo("snapshots")
75
)
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
addSbtPlugin("com.github.sbt" % "sbt-web" % sys.props("project.version"))
22

33
resolvers ++= Seq(
4-
Resolver.sbtPluginRepo("snapshots"),
54
Resolver.sonatypeRepo("snapshots"),
6-
Resolver.typesafeRepo("snapshots")
75
)

0 commit comments

Comments
 (0)