From 1b6bbba32b81005cd447d44e17b48988279675b9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 15 Oct 2024 02:59:28 +0000 Subject: [PATCH] Update sbt-ci-release to 1.8.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index e6ef653..da1db48 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.5") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.7.0") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.8.0")