From a1665262d0b7cc0060ad2e2622bbcdf4cd87f952 Mon Sep 17 00:00:00 2001 From: "gvolpe-steward[bot]" Date: Sun, 14 Sep 2025 00:23: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 b3d1b81..f7045d3 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,7 @@ ThisBuild / libraryDependencySchemes ++= Seq( ) addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3") -addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") +addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0") addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4") addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")