From 4675c92138ef6fb07cea3da8d12936b2227abf27 Mon Sep 17 00:00:00 2001 From: Scala steward Date: Mon, 13 May 2019 20:32:38 +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 907a331..51fe07a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -14,7 +14,7 @@ * limitations under the License. */ -addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.4") +addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.5") addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")