From ef5d5fd7035ed14c0cba62b69d4f8cc08e85ce12 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 22 Jan 2024 22:07:00 +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 198608cf..404d5cbd 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -25,7 +25,7 @@ addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.4") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") // https://github.com/sbt/sbt-release -addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0") +addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") // https://github.com/xerial/sbt-sonatype addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.18")