Skip to content

Commit 8b09f40

Browse files
committed
build: also aggregate httpScalafix, so headerCheck will also work on those files
1 parent d9534a9 commit 8b09f40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ lazy val aggregatedProjects: Seq[ProjectReference] = userProjects ++ List[Projec
6767
docs,
6868
// compatibilityTests,
6969
httpJmhBench,
70-
billOfMaterials)
70+
billOfMaterials,
71+
httpScalafix)
7172
lazy val root = Project(
7273
id = "pekko-http",
7374
base = file("."))

0 commit comments

Comments
 (0)