From f2d2ec8de72b45fa1585cdd1826672db167f9113 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 17 Jan 2020 19:06:04 +0100 Subject: [PATCH] Update sbt-release to 1.0.13 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 991c2c9..4062e29 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.13") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2")