diff --git a/project/plugins.sbt b/project/plugins.sbt index 34249c7..3eacd97 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.5") -addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.5") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.6") +addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.6") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.11") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.21.0")