From 5acb3867c3d05c6607cfbabc399e03d258c498e7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Sep 2025 23:54:32 +0000 Subject: [PATCH] Update sbt-header to 5.11.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 2ab2ca3..f08c379 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -15,7 +15,7 @@ addSbtPlugin("com.github.sbt" % "sbt-findbugs" % "2.0.0") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4") -addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") +addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0") addSbtPlugin("cchantep" % "sbt-hl-compiler" % "0.8")