From 382ac4b54a303438548aa784e8480df57067f14f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 5 Jun 2025 17:23:45 +0000 Subject: [PATCH] Update sbt-typelevel-ci-release, ... to 0.8.0 --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a7788aa..e0dcc10 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,5 +3,5 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2") -addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.4.22") -addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.4.22") +addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.8.0") +addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.0")