diff --git a/project/plugins.sbt b/project/plugins.sbt index e960302..5ccceef 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.5.4") -addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.5.4") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.5.4") +addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.6.0") +addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.0") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.0") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.16") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")