Current section

Files

Jump to
backoff rebar.config
Raw

rebar.config

{erl_opts, [
{platform_define, "(R12|R13|R14|R15|R16|17)", 'OLD_RANDOM'}
]}.
{plugins, [
{rebar3_proper, "0.8.0"}
]}.
{profiles, [
{test, [
{deps, [
{proper, "1.2.0"}
]}
]}
]}.