Skip to content

Commit

Permalink
upgrade bintray-sbt to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
longcao committed Sep 28, 2015
1 parent 9e7d722 commit 267317c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions build.sbt
Expand Up @@ -36,9 +36,7 @@ resolvers += "Typesafe Releases" at "https://repo.typesafe.com/typesafe/releases

tutSettings

bintrayPublishSettings

bintray.Keys.packageLabels in bintray.Keys.bintray := Seq("scala", "requests", "http", "http client", "async")
bintrayPackageLabels := Seq("scala", "requests", "http", "http client", "async")

licenses += ("MIT", url("http://opensource.org/licenses/MIT"))

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Expand Up @@ -8,7 +8,7 @@ resolvers += Resolver.url(
url("http://dl.bintray.com/content/tpolecat/sbt-plugin-releases"))(
Resolver.ivyStylePatterns)

addSbtPlugin("me.lessis" % "bintray-sbt" % "0.2.0")
addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.0.4")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.0.0.BETA1")
addSbtPlugin("org.tpolecat" % "tut-plugin" % "0.4.0")
Expand Down

0 comments on commit 267317c

Please sign in to comment.