From abc68e8e2667c73530099c0832acf1a5b418ee06 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Thu, 17 Oct 2024 23:01:38 +0100 Subject: [PATCH] Update plugins.sbt --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index e55d1cd..26d1d24 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -16,5 +16,5 @@ */ addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.23.0") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.7.0") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.8.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")