From 68516ac38926974db6baae9d5ec572f96787f6b2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 12 Jan 2024 19:24:27 +0000 Subject: [PATCH] Update sbt-release to 1.3.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index e9a2e88..9f13b38 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.3.0") addSbtPlugin("com.evolution" % "sbt-scalac-opts-plugin" % "0.0.9")