From b3664415d5ace250fedf492745af31e080fcbb4c Mon Sep 17 00:00:00 2001 From: Scala steward Date: Mon, 13 May 2019 22:13:00 +0200 Subject: [PATCH] Update sbt-bintray to 0.5.5 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 645b92f..16988e2 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0") -addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.4") +addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.5")