rebar.config

%% -*- mode: erlang -*-

{require_min_otp_vsn, "22"}.

{erl_opts, [
    debug_info
]}.

{deps, [
    {zotonic_core, "1.0.0-rc.6"},
    {certifi, "2.6.1"},
    {erlpass, "1.0.5"},

    % mod_geoip
    {locus, "1.15.0"},
    {ssl_verify_fun, "1.1.6"}
]}.

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