From 99d9629766f7303f02b867a2f28a845701928eee Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 25 Oct 2020 23:04:32 +0100 Subject: [PATCH] Update sbt-bintray to 0.6.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 56462a5..ca2a50d 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.5.6") +addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.6.0")