From b0599d66f880d00b217e30cff19054e168f915b5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 9 May 2026 15:21:45 +0000 Subject: [PATCH] Update sbt-release to 1.5.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index e9a2e88..34853d7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.7.2") addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.7") -addSbtPlugin("com.github.sbt" % "sbt-release" % "1.0.15") +addSbtPlugin("com.github.sbt" % "sbt-release" % "1.5.0") addSbtPlugin("com.evolution" % "sbt-scalac-opts-plugin" % "0.0.9")