From 5e934fb9147803e70fe46a7c532a174159e8189c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 14 Jul 2026 23:10:55 +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 1c36717..20590dd 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ addSbtPlugin("org.jetbrains" % "sbt-idea-plugin" % "4.1.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4") -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.7") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.7")