From 78227b90f004bd9009dffcc18d6c4cfc7ba83566 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 04:10:41 +0000 Subject: [PATCH] Update sbt-giter8 to 0.18.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index c3921fb..cd7eddc 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ val sbtTlVersion = "0.8.0" addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTlVersion) addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % sbtTlVersion) -addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.17.0") \ No newline at end of file +addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.18.0") \ No newline at end of file