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-persistence-r2dbc.git
The following commit(s) were added to refs/heads/main by this push:
new 7a3a718 Update sbt-header to 5.11.0 (#238)
7a3a718 is described below
commit 7a3a7180bc06318d49cd7f400b709836ffbc8487
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Sep 14 15:06:02 2025 +0800
Update sbt-header to 5.11.0 (#238)
* Update sbt-header to 5.11.0
* fix imports
---------
Co-authored-by: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
Co-authored-by: 虎鸣 <[email protected]>
---
project/CopyrightHeader.scala | 4 ++--
project/plugins.sbt | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/project/CopyrightHeader.scala b/project/CopyrightHeader.scala
index 8c03ba4..200943f 100644
--- a/project/CopyrightHeader.scala
+++ b/project/CopyrightHeader.scala
@@ -7,8 +7,8 @@
* This file is part of the Apache Pekko project, which was derived from Akka.
*/
-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/plugins.sbt b/project/plugins.sbt
index 7f74765..e157b3f 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -7,7 +7,7 @@
* This file is part of the Apache Pekko project, which was derived from Akka.
*/
-addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") // for maintenance
of copyright file header
+addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0") // for maintenance of
copyright file header
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
addSbtPlugin("com.github.sbt" % "sbt-java-formatter" % "0.9.0")
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.6.0")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]