Change dependencies start order (#13)

This commit is contained in:
Andrey Fadeev 2019-07-25 20:41:34 +03:00 committed by GitHub
parent eeb16e1512
commit a700a00854
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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, []}