diff --git a/project/plugins.sbt b/project/plugins.sbt index ba09b0b..f9cd56c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.3") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.3") -addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.6.3") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.4") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.4") +addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.6.4") addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.16.2") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.1") diff --git a/src/main/g8/project/plugins.sbt b/src/main/g8/project/plugins.sbt index 2e39b53..5eb8f1e 100644 --- a/src/main/g8/project/plugins.sbt +++ b/src/main/g8/project/plugins.sbt @@ -1,5 +1,5 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.3") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.3") -addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.6.3") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.4") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.4") +addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.6.4") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.1")