rebar.config

%% -*- mode: erlang -*-

{require_min_otp_vsn, "22"}.

{erl_opts, [
    debug_info
]}.

{deps, [
    {zotonic_core, "1.0.0-rc.7"},
    {zotonic_mod_admin, "1.0.0-rc.7"},
    
    {s3filez, "1.2.0"},
    {filezcache, "1.1.0"}
]}.

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