diff --git a/project/plugins.sbt b/project/plugins.sbt index 04e3656..157b995 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.1") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.1") -addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.6.1") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.2") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.2") +addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.6.2") 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 5bfd5f4..3d38f3b 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.1") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.1") -addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.6.1") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.2") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.2") +addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.6.2") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.1")