Current section

Files

Jump to
itc rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{plugins, [rebar3_proper]}.
{profiles,
[{test, [
{deps, [
%% hex
{proper, "1.3.0"}
]}
]}
]}.