diff --git a/project/plugins.sbt b/project/plugins.sbt index dda82070..e83ff1b8 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,9 +3,9 @@ addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.2") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.2") -addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.6.2") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.3") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.3") +addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.6.3") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.1") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")