From 668e6854b3557d397f27222bdf558e2f9f410da8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 19 Dec 2024 18:15:30 +0000 Subject: [PATCH] Update sbt-ci-release to 1.9.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 725ef2eb..704097ed 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,6 +2,6 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") // release -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2") // docs addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")