From 71574e0c113e6ec1992b0f7720a3586c4cf4edf7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 14 Jul 2026 23:41:27 +0000 Subject: [PATCH] Update sbt-typelevel to 0.8.7 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 01a33045..36b1d4df 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -14,4 +14,4 @@ addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.8") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.9.0") -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.6") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.7")