From 98531b637d6decf0ed2d5945b6a4fd8da3ab50b3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 22 Oct 2024 12:42:35 +0000 Subject: [PATCH] bump: update sbt-ci-release from 1.7.0 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 eeec45a0e7..b1f425ad40 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -16,7 +16,7 @@ addSbtPlugin("io.akka" % "sbt-paradox-akka" % "24.10.3") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.32") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.7.0") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0") addSbtPlugin("com.github.sbt" % "sbt-pull-request-validator" % "2.0.0") // used for @unidoc directive