Skip to content

Commit

Permalink
Add typesafe bintray location for resolvers
Browse files Browse the repository at this point in the history
  • Loading branch information
mccheah committed Oct 22, 2019
1 parent 1a7b0d4 commit b77c44a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
resolvers += Resolver.url(
"bintray-typesafe-sbt-plugins",
url("http://dl.bintray.com/typesafe/sbt-plugins"))(
Resolver.ivyStylePatterns)

addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0")

addSbtPlugin("com.etsy" % "sbt-checkstyle-plugin" % "3.1.1")
Expand Down

0 comments on commit b77c44a

Please sign in to comment.