Skip to content

Commit

Permalink
Merge pull request #30 from TT-EVigil-McClanahan/rebar3-compat
Browse files Browse the repository at this point in the history
add validerl to applications
  • Loading branch information
nitzanharel committed Jun 19, 2018
2 parents 3427222 + b60e43d commit c47042b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/kafkerl.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
[{description, []},
{vsn, "1.5"},
{registered, []},
{applications, [kernel, stdlib]},
{applications,
[
kernel,
stdlib,
validerl
]},
{mod, {kafkerl, []}},
{env, []},
{lager, [{handlers, [{lager_console_backend, info}]}]}]}.

0 comments on commit c47042b

Please sign in to comment.