From 053fae4ba6dfdd6a28fe9398497ca96f756aeab6 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Thu, 29 Feb 2024 10:13:02 +0000 Subject: [PATCH] Update sbt-release to 1.4.0 --- project/plugin.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugin.sbt b/project/plugin.sbt index de5db49..334b23a 100644 --- a/project/plugin.sbt +++ b/project/plugin.sbt @@ -6,7 +6,7 @@ addSbtPlugin("com.github.scalaprops" % "sbt-scalaprops" % "0.5.0") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") -addSbtPlugin("com.github.sbt" % "sbt-release" % "1.3.0") +addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21")