From 3a5cc349c85c2b2a29e24ce57842bcde746b238e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 15 Dec 2024 19:25:17 +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 9cb008e..5d2a697 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16") addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.2") -addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.16.1") +addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.17.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value