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

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


The following commit(s) were added to refs/heads/main by this push:
     new 3b32ea6  Remove itSettings in projectSettings method (#439)
3b32ea6 is described below

commit 3b32ea66197e27e62814f6ee26003d9f8f5ee614
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Jan 29 12:06:25 2026 +0100

    Remove itSettings in projectSettings method (#439)
---
 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]

Reply via email to