From da450c48b1d4f88c69a7b41695d6e98bf2bf16bb Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 17:55:35 +0000 Subject: [PATCH] Update sbt-typelevel, sbt-typelevel-site 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 6844485a..4d75aac5 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,9 +4,9 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.21.0") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.11") -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.5") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.6") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.8.5") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.8.6") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1")