From 98ab5d8ac35a95379ae62461b0866e8ab79883d5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 16 Oct 2019 07:27:28 +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 3b48755..a6e6833 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,6 +6,6 @@ resolvers ++= Seq( Resolver.sonatypeRepo("snapshots") ) -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")