From e7b31819089f50dee958800cf769d16c5bd8797f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 11 Oct 2025 17:33:40 +0000 Subject: [PATCH] Update sbt-typelevel, ... to 0.8.2 --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index d57de96..00a5aa0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.1") -addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.1") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.2") +addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.2") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")