From 0f7606cf60082114915ef9cb1faf6d8550560700 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 2 Nov 2020 08:19:27 +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 c8f0533..5583bbf 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0") addSbtPlugin("ch.epfl.scala" % "sbt-release-early" % "2.1.1") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.3.1") addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.1") -addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.6") +addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.6.1") addSbtPlugin("org.tpolecat" % "tut-plugin" % "0.6.11") // TO mute sbt-git