From e90cc5596467cc09e1105d37290559db3116d852 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 9 May 2026 16:23:08 +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 5a93d32..de3e6ab 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2") -addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") +addSbtPlugin("com.github.sbt" % "sbt-release" % "1.5.0") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.4")