From 6bbd25703afab7002184c01dc2ed48cabd56cd93 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 22 Jan 2024 20:50:22 +0000 Subject: [PATCH] Update sbt-release to 1.4.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ec06aba..c4fdf13 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ libraryDependencies ++= Seq( // sbt plugin dependencies -addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0") +addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1") name := "sbt-autoversion"