Skip to content

Commit

Permalink
Merge pull request #199 from mkurz/remove_resolvers
Browse files Browse the repository at this point in the history
Remove unneeded resolvers
  • Loading branch information
mkurz authored May 19, 2023
2 parents 7021eb9 + 8c54f71 commit ba7674e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
5 changes: 1 addition & 4 deletions sbt-web-tester/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,5 @@ lazy val root = Project("plugins", file(".")).dependsOn(plugin)
lazy val plugin = RootProject(file("../").getCanonicalFile.toURI)

resolvers ++= Seq(
Resolver.mavenLocal,
Resolver.sbtPluginRepo("snapshots"),
Resolver.sonatypeRepo("snapshots"),
Resolver.typesafeRepo("snapshots")
)
)
2 changes: 0 additions & 2 deletions src/sbt-test/sbt-web/extract-web-jars/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
addSbtPlugin("com.github.sbt" % "sbt-web" % sys.props("project.version"))

resolvers ++= Seq(
Resolver.sbtPluginRepo("snapshots"),
Resolver.sonatypeRepo("snapshots"),
Resolver.typesafeRepo("snapshots")
)
2 changes: 0 additions & 2 deletions src/sbt-test/sbt-web/multi-module/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
addSbtPlugin("com.github.sbt" % "sbt-web" % sys.props("project.version"))

resolvers ++= Seq(
Resolver.sbtPluginRepo("snapshots"),
Resolver.sonatypeRepo("snapshots"),
Resolver.typesafeRepo("snapshots")
)

0 comments on commit ba7674e

Please sign in to comment.