From 683c2c9a542841a900ad48740cb400d5ca2f520d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 22 Feb 2026 15:20:58 +0000 Subject: [PATCH] Update sbt-typelevel, sbt-typelevel-site to 0.8.5 --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 99b09d8..aa38b25 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.7") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.7") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.5") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.8.5") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.8.2") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.4")