From cee1d3fb86e2fb49c61003f96f77634ff05937c4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 20 May 2026 15:57:58 +0000 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 b62739e..4676cbf 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,4 +3,4 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0") // https://github.com/scala-js/scala-js/releases/ addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17") // https://github.com/scala-native/scala-native/releases addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2") // https://github.com/portable-scala/sbt-crossproject/releases -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.7") // https://github.com/typelevel/sbt-typelevel/releases +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.6") // https://github.com/typelevel/sbt-typelevel/releases