diff --git a/project/plugins.sbt b/project/plugins.sbt index a9740df31..14c52f487 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.4") -addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.7.4") -addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.7.4") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.4") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.5") +addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.7.5") +addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.7.5") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.5") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")