From fa29dc4558a9285a8d89217a8162a5d164a5ec5e Mon Sep 17 00:00:00 2001 From: Scala steward Date: Fri, 15 Mar 2019 04:03:31 +0100 Subject: [PATCH] Update sbt-release to 1.0.11 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 8521da41..465c39b1 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.6") +addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.11") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1")