From 6e2b2ca6a66bee8f7612be51b177a94e4a5ca604 Mon Sep 17 00:00:00 2001 From: oss-47 Date: Mon, 15 Sep 2025 05:15:49 +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 9584044..4fddc00 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.7.2") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2") -addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") +addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0") addSbtPlugin("com.alejandrohdezma" % "sbt-github" % "0.12.0") addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.12.0") addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.12.0")