Skip to content

Commit

Permalink
recap module dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Dec 21, 2024
1 parent add294b commit 3010f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ lazy val notifyModule = module("notify",
)

lazy val recap = module("recap",
Seq(memo, ui, user, game, puzzle),
Seq(user, game, puzzle),
Seq()
)

Expand Down

0 comments on commit 3010f9a

Please sign in to comment.