Current section

Files

Jump to
bare rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{project_plugins, [rebar3_proper,
rebar3_hex]}.
{profiles,
[{test, [{deps,
[{proper, "~> 1.3.0"}]
}]
}]}.