This is an automated email from the ASF dual-hosted git repository.

hepin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git


The following commit(s) were added to refs/heads/main by this push:
     new d57b4f101 Update sbt-header to 5.11.0 (#1193)
d57b4f101 is described below

commit d57b4f1011ed148a305eef8d0b57606bf81ea643
Author: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Sep 14 14:38:32 2025 +0800

    Update sbt-header to 5.11.0 (#1193)
    
    * Update sbt-header to 5.11.0
    
    * chore: fix imports
    
    ---------
    
    Co-authored-by: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
    Co-authored-by: 虎鸣 <[email protected]>
---
 project/Common.scala                  | 2 +-
 project/CopyrightHeader.scala         | 4 ++--
 project/CopyrightHeaderForBuild.scala | 2 +-
 project/plugins.sbt                   | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/project/Common.scala b/project/Common.scala
index bde24da7e..1355f3b82 100644
--- a/project/Common.scala
+++ b/project/Common.scala
@@ -10,7 +10,7 @@
 import sbt._
 import sbt.Keys._
 import sbt.plugins.JvmPlugin
-import de.heikoseeberger.sbtheader._
+import sbtheader._
 import com.lightbend.paradox.projectinfo.ParadoxProjectInfoPluginKeys._
 import com.typesafe.tools.mima.plugin.MimaKeys._
 import org.mdedetrich.apache.sonatype.ApacheSonatypePlugin
diff --git a/project/CopyrightHeader.scala b/project/CopyrightHeader.scala
index 5b53d1596..a1347c762 100644
--- a/project/CopyrightHeader.scala
+++ b/project/CopyrightHeader.scala
@@ -11,8 +11,8 @@
  * Copyright (C) 2018-2022 Lightbend Inc. <https://www.lightbend.com>
  */
 
-import de.heikoseeberger.sbtheader.HeaderPlugin.autoImport._
-import de.heikoseeberger.sbtheader.{ CommentCreator, HeaderPlugin, NewLine }
+import sbtheader.HeaderPlugin.autoImport._
+import sbtheader.{ CommentCreator, HeaderPlugin, NewLine }
 import org.apache.commons.lang3.StringUtils
 import sbt.Keys._
 import sbt._
diff --git a/project/CopyrightHeaderForBuild.scala 
b/project/CopyrightHeaderForBuild.scala
index 554633466..d26c4fdc1 100644
--- a/project/CopyrightHeaderForBuild.scala
+++ b/project/CopyrightHeaderForBuild.scala
@@ -11,7 +11,7 @@
  * Copyright (C) 2019-2022 Lightbend Inc. <https://www.lightbend.com>
  */
 
-import de.heikoseeberger.sbtheader.HeaderPlugin.autoImport.{ headerMappings, 
headerSources, HeaderFileType }
+import sbtheader.HeaderPlugin.autoImport.{ headerMappings, headerSources, 
HeaderFileType }
 import sbt.Keys.baseDirectory
 import sbt.{ inConfig, Compile, Def, PluginTrigger, Test, _ }
 
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 46384eb76..8fbbdf822 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -15,7 +15,7 @@ addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % 
"0.4.5")
 addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.8.0")
 addSbtPlugin("com.lightbend.sbt" % "sbt-bill-of-materials" % "1.0.2")
 // discipline
-addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
+addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0")
 addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
 addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
 addSbtPlugin("com.github.sbt" % "sbt-java-formatter" % "0.9.0")


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to