From 0fe5944d04c88119eafd713a7012b232c3f6b021 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 18 Nov 2025 01:07:17 +0000 Subject: [PATCH] Update sbt-typelevel to 0.8.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 1c36717..4530d25 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.3")