diff --git a/project/plugins.sbt b/project/plugins.sbt index 3248df0..2e00e93 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.4") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.8.4") -addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.8.4") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.5") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.8.5") +addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.8.5") addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.18.0") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.2") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.8.2") diff --git a/src/main/g8/project/plugins.sbt b/src/main/g8/project/plugins.sbt index d0a6df4..6d3ff1c 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.8.4") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.8.4") -addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.8.4") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.5") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.8.5") +addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.8.5") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.2") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.8.2")