Skip to content

Commit

Permalink
Restore missing projects in aggregates
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed May 28, 2024
1 parent 24ca66c commit 50ef13d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,10 @@ lazy val allAggregates: Seq[ProjectReference] = {
}

lazy val rawAllAggregates =
testCompilation.projectRefs ++
core.projectRefs ++
jsonCommon.projectRefs ++
upickle.projectRefs ++
testCompilation.projectRefs ++
catsCe2.projectRefs ++
cats.projectRefs ++
fs2Ce2.projectRefs ++
Expand Down

0 comments on commit 50ef13d

Please sign in to comment.