Merge pull request #3409 from dwijnand/bintray

sbt-bintray 0.5.1
This commit is contained in:
eugene yokota 2017-08-08 11:25:03 -04:00 committed by GitHub
commit a2142fbb12
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-javaversioncheck" % "0.1.0")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-scalariform" % "1.3.0") // 1.6.0 is out but is a hard upgrade
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "0.8.2")
addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0")
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.1")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.2")