From 30d3980fe6bdcdb10970e8959108491dbe58803a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 11 Feb 2022 01:07:17 +0000 Subject: [PATCH] chore(deps): update dependency de.heikoseeberger:sbt-header to v5.6.5 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 696603e5a7..e8438fb358 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-license-report" % "1.2.0") -addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0") +addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.5") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.1.0")