diff --git a/project/plugins.sbt b/project/plugins.sbt index 69558ec..0ff90e8 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,8 +1,8 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.0") -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.6") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.6") -addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.7.6") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.7") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.7") +addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.7.7") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.2") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")