Skip to content

Commit

Permalink
Delete our explicit sbt-plugin resolver.
Browse files Browse the repository at this point in the history
  • Loading branch information
sellout committed Jul 23, 2015
1 parent 6b43cd6 commit a06ff28
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ resolvers += "Jenkins-CI" at "http://repo.jenkins-ci.org/repo"

libraryDependencies += "org.kohsuke" % "github-api" % "1.59"

resolvers += Resolver.url(
"sbt-plugin-releases",
new URL("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases/")
)(Resolver.ivyStylePatterns)

// Scoverage & Coveralls:
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.0.1")

Expand Down

0 comments on commit a06ff28

Please sign in to comment.