From 75a8a31f2d56076530a8103bed6a2da44008c39b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 22 Jan 2024 16:47:49 +0000 Subject: [PATCH] Update sbt-release to 1.4.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 5e1e64a6..b113b1f8 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2") -addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0") +addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.5") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.1.0")