From e8daf436c9cb82c4d348339cd8e00606aa043679 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 2 Nov 2020 08:05:18 +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 4bc0444..d7eeb22 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,7 +6,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10") // See https://github.com/sbt/sbt-bintray resolvers += Resolver.jcenterRepo -addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.6") +addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.6.1") // See https://github.com/ThoughtWorksInc/sbt-api-mappings addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.0")