From 6fe2569da378d59213e831eb98008f0c90ef4e8d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 22 Jan 2024 16:49:34 +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 9a57b00..c1ccfb6 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.6") addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.2") -addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0") +addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") addSbtPlugin("com.evolution" % "sbt-scalac-opts-plugin" % "0.0.9")