From 35cafd4017e97bf3009578501154bbf8f3cbca0c Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 01:11:18 +0000 Subject: [PATCH] Update sbt-typelevel to 0.8.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 8ab61aa..1993737 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.0") -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.1") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.2")