From 532c234975ee8533b962b565580bdf04256d735a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 27 May 2026 16:37:57 +0000 Subject: [PATCH] Update sbt-typelevel, ... to 0.8.6 --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 34249c7..3eacd97 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.5") -addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.5") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.6") +addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.6") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.11") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.21.0")