Current section

Files

Jump to
task_graph rebar.config
Raw

rebar.config

%% -*- mode:erlang -*-
{plugins, [rebar3_hex]}.
{erl_opts, [debug_info]}.
{deps,
[ {map_sets, "0.1.1"}
]}.
{profiles,
[ {test, [{deps, [ {proper, "1.2.0"}
, {bear, "0.8.7"}
]}]}
]}.
{cover_enabled, true}.
{cover_print_enabled, true}.
{compiler_source_format, absolute}.