From 025b3cc2f72722b7b422661f1b95fd943457ff8b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 15 Dec 2024 19:25:05 +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 b62f85e..e682e5a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16") addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.4") -addSbtPlugin("org.foundweekends.giter8" % "sbt-giter8" % "0.16.2") +addSbtPlugin("org.foundweekends.giter8" % "sbt-giter8" % "0.17.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")