From 12e0e66cf911d50d08af62b36a9364343869c1b5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 21 Feb 2021 17:36:54 +0100 Subject: [PATCH] Update sbt-release to 1.0.15 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index f814965..2c37f9a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,4 +4,4 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.4") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1") -addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13") +addSbtPlugin("com.github.sbt" % "sbt-release" % "1.0.15")