diff --git a/project/plugins.sbt b/project/plugins.sbt index 1c0f69814..ceb5c43cd 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.6") -addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.7.6") -addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.7.6") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.6") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.7") +addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.7.7") +addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.7.7") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.7") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.1") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")