From 7a077ec5fd2c602633a67b3838e7f00502a5c989 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 21 May 2026 03:09:44 +0000 Subject: [PATCH] Update sbt-typelevel 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 1205f048..af15365e 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.5") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.6")