rebar.config

%% -*- mode: erlang -*-

{minimum_otp_vsn, "23"}.

{erl_opts, [
    debug_info
]}.


{deps, [
    {zotonic_core, "1.0.0-rc.9"},
    {ranch, "1.8.0"}
 ]}.

{plugins, []}.

{xref_checks, [undefined_function_calls,
               locals_not_used,
               deprecated_function_calls]}.