Skip to content

Commit

Permalink
new try sbt-release and bintray downgrade sbt/sbt-bintray#104
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex K committed Jun 22, 2017
1 parent 83170b7 commit 26601d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ resolvers ++= Seq(
)

// https://github.com/sbt/sbt-bintray/issues/104
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.3.0")
// addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.4.0")
addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0")

// addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.9.2")

Expand Down

0 comments on commit 26601d4

Please sign in to comment.