Skip to content

Commit

Permalink
Merge pull request #31 from sh0hei/remove-bintray-dependence
Browse files Browse the repository at this point in the history
Removed the dependence of sbt-plugins on Bintray
  • Loading branch information
sh0hei authored Feb 11, 2021
2 parents a25f3c9 + 2aac9af commit 2dc585a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
resolvers += Resolver.url(
"typesafe sbt-plugins",
url("https://dl.bintray.com/typesafe/sbt-plugins")
)(Resolver.ivyStylePatterns)
resolvers += "jgit-repo" at "https://download.eclipse.org/jgit/maven"

addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.1.1")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.1")
Expand Down

0 comments on commit 2dc585a

Please sign in to comment.