From 01135b3aeea9c4af8113dd314d171ca49307cc26 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 16 Oct 2024 16:25:47 +0200 Subject: [PATCH] bump: update sbt-ci-release from 1.6.1 to 1.7.0 (#4435) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 81fe2d5c09..c4f3c5c4a4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -15,7 +15,7 @@ addSbtPlugin("com.lightbend.akka" % "sbt-paradox-akka" % "0.57") 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.6.1") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.7.0") addSbtPlugin("com.github.sbt" % "sbt-pull-request-validator" % "2.0.0") // used for @unidoc directive