From d76fb2041207f8d19ebdde07b684f58762fc9ff9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 3 May 2023 13:58:13 +0000 Subject: [PATCH] Update sbt-giter8 to 0.16.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a4b9141..13cc5cd 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") -addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.16.0") +addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.16.2") libraryDependencies += { "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value }