mirror of
https://github.com/valitydev/bender.git
synced 2024-11-06 00:55:20 +00:00
Change dependencies start order (#13)
This commit is contained in:
parent
eeb16e1512
commit
a700a00854
@ -5,13 +5,13 @@
|
||||
{applications, [
|
||||
kernel,
|
||||
stdlib,
|
||||
how_are_you,
|
||||
woody,
|
||||
scoper,
|
||||
snowflake,
|
||||
bender_proto,
|
||||
woody,
|
||||
how_are_you, % must be after ranch and before any woody usage
|
||||
scoper, % should be before any scoper event handler usage
|
||||
machinery,
|
||||
erl_health,
|
||||
snowflake
|
||||
erl_health
|
||||
]},
|
||||
{mod, {bender, []}},
|
||||
{env, []}
|
||||
|
Loading…
Reference in New Issue
Block a user