From febe595d21a4d50060fbc7953df966d3574bad18 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 11 Oct 2025 13:56:34 +0000 Subject: [PATCH] Update sbt-typelevel-ci-release, ... to 0.8.2 --- project/plugins.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 2b0a9ad..17f7a52 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,6 +2,6 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.8") 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-settings" % "0.8.1") -addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.8.1") -addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.1") +addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.8.2") +addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.8.2") +addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.2")