From 70a9066d96d8772c600ce7bdab605d9366db06d8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 8 Feb 2022 14:55:06 +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 7c685ec..ef09e22 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.6") +addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.6.1") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.1") addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.3")