From d242b4833497b8d9575bf663d7b89cc5c353e69a Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 11:46:31 +0000 Subject: [PATCH] Update sbt-typelevel, ... to 0.6.5 --- project/plugins.sbt | 6 +++--- src/main/g8/project/plugins.sbt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index f729f09..8c12fbd 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ -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.typelevel" % "sbt-typelevel" % "0.6.5") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.5") +addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.6.5") 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.2") diff --git a/src/main/g8/project/plugins.sbt b/src/main/g8/project/plugins.sbt index 2b4ea66..9c5b477 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.4") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.4") -addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.6.4") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.5") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.5") +addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.6.5") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2")