From 0a5bc825bee14c3a0abcd31d53ccafcd0a832256 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 2 Nov 2020 08:49:26 +0100 Subject: [PATCH] Update sbt-bintray to 0.6.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ca2a50d..9ff61c7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1") -addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.6.0") +addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.6.1")