From 265e839b2776c6dda366812d54671bf7f8596faf Mon Sep 17 00:00:00 2001 From: oss-47 Date: Mon, 21 Oct 2024 05:11:48 +0000 Subject: [PATCH] Update sbt-ci-release to 1.9.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 6147e20d..c2d2269e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -11,7 +11,7 @@ addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % addSbtPlugin("com.alejandrohdezma" % "sbt-mdoc-toc" % "0.4.1") addSbtPlugin("com.alejandrohdezma" % "sbt-remove-test-from-pom" % "0.1.0") addSbtPlugin("com.alejandrohdezma" % "sbt-scalafmt-defaults" % "0.9.0") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0") addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.1")