From 2aebf77255f7faa6a66e55fceb286c5e1fdbb5c3 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 08:06:54 +0000 Subject: [PATCH] Update sbt-giter8 to 0.17.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index aa3fbc4..17908e0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.4") addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.4") addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.7.4") -addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.16.2") +addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.17.0") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.2")