From 0cd9d4ce80358fe9052d7920be10f6335b0fc3cd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 22 Feb 2026 20:18:39 +0000 Subject: [PATCH] Update sbt-typelevel to 0.8.5 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 1c36717..6d5254c 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.5")