From f74c3c656069e2852ae0b4f4b3d923e168f04a5f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 1 Jul 2026 10:04:11 -0400 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 684f6e01f4..1a3aa4eb29 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addDependencyTreePlugin -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.5") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.6") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.5") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")