From b56de6ba10702eaad7ce663ae8c4533ad2b9f8b4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 16 Oct 2019 18:13:58 +0200 Subject: [PATCH] Update sbt-release to 1.0.12 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 991c2c9..59c06a3 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.11") +addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.12") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2")