From 7ccc52bd943f234faa85839b07ff0ef762d66353 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:53:20 +0000 Subject: [PATCH] Update sbt-typelevel, ... to 0.8.6 --- project/plugins.sbt | 6 +++--- src/main/g8/project/plugins.sbt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ded1539..58de7f9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.5") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.8.5") -addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.8.5") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.6") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.8.6") +addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.8.6") addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.18.0") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.21.0") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.9.0") diff --git a/src/main/g8/project/plugins.sbt b/src/main/g8/project/plugins.sbt index 91d694b..3d17307 100644 --- a/src/main/g8/project/plugins.sbt +++ b/src/main/g8/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-scalafix" % "0.8.5") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.6") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.8.6") +addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.8.6") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.21.0") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.9.0")