From fc3eca4982ab1a234a9ca66c31122f103c040469 Mon Sep 17 00:00:00 2001 From: RenkuBot <53332360+RenkuBot@users.noreply.github.com> Date: Wed, 31 Jan 2024 09:52:19 +0100 Subject: [PATCH] chore: Update sbt-release from 1.3.0 to 1.4.0 (#13) Co-authored-by: RenkuBot --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 549b7020..84418a0f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -17,7 +17,7 @@ */ addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16") -addSbtPlugin("com.github.sbt" % "sbt-release" % "1.3.0") +addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") addSbtPlugin("com.julianpeeters" % "sbt-avrohugger" % "2.8.2") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")