From 1a8c04e488ec70c75a973af991fb62e792c40889 Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 00:13:10 +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 7b758b9..5b0dbd0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -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.1") +addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.8.2") +addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.2") +addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.8.2") addSbtPlugin("net.aichler" % "sbt-jupiter-interface" % "0.11.1")