From 8933eac9029b633ba970d18bfec69456267f8324 Mon Sep 17 00:00:00 2001 From: Scala Steward <53380242+github-scx@users.noreply.github.com> Date: Sat, 31 Oct 2020 02:01:37 +0000 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 83a15f4..2a42091 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ -addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.6") +addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.6.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")