From 0a72b81f38f8e21535f4ee98c42d37aadf93bc82 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:31:12 +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 c9479b75..5bd5fd5e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.5") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.8.5") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.6") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.8.6") addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.8")