This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-1 in repository https://gitbox.apache.org/repos/asf/pekko-persistence-jdbc.git
commit 7668818a4b4ff38ea759375a8b2caa47955136d9 Author: PJ Fanning <[email protected]> AuthorDate: Thu Jan 29 09:54:57 2026 +0100 Remove itSettings in projectSettings method --- project/CopyrightHeader.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/CopyrightHeader.scala b/project/CopyrightHeader.scala index 5a75c76..137bc60 100644 --- a/project/CopyrightHeader.scala +++ b/project/CopyrightHeader.scala @@ -35,7 +35,7 @@ trait CopyrightHeader extends AutoPlugin { } override def projectSettings: Seq[Def.Setting[_]] = - Def.settings(headerMappingSettings, additional) ++ Defaults.itSettings + Def.settings(headerMappingSettings, additional) def additional: Seq[Def.Setting[_]] = Def.settings(Compile / compile := { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
