From 4df6dcc6b374c6ea725b9cf9262c2d28da65c9a3 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:30:32 +0000 Subject: [PATCH] Update sbt-typelevel, sbt-typelevel-site to 0.8.6 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 22773d6..1eee70f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -val sbtTlVersion = "0.8.5" +val sbtTlVersion = "0.8.6" addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTlVersion) addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTlVersion) addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.21.0")