{erl_opts, [debug_info]}.
{deps, []}.

{plugins, [rebar3_proper]}.

%% The PropEr dependency is still required to compile the test cases
{profiles,
    [{test, [
        {deps, [{proper, "1.2.0"}]}
    ]}
]}.