From 029dd22f3f77d651181d8e580baaac33025d7605 Mon Sep 17 00:00:00 2001 From: "scala-steward-firstbirdtech[bot]" <157817373+scala-steward-firstbirdtech[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 00:27:36 +0000 Subject: [PATCH] Update sbt-ci-release to 1.6.1 (#179) Co-authored-by: scala-steward-firstbirdtech[bot] <157817373+scala-steward-firstbirdtech[bot]@users.noreply.github.com> --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 3000d14..d0b7233 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1") addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.24.0") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.0") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4") addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.7") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")