From dc623b5f56cc388b81ea57834cbd70b0f29df2b1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 14 Aug 2024 09:52:52 +0000 Subject: [PATCH] Update sbt-ci-release to 1.6.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 8d786d6..5a50b67 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.12.0") addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3") -addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.0") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.21") // addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.8.2") addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.1")