Current section

Files

Jump to
cth_readable rebar.config.script
Raw

rebar.config.script

case erlang:function_exported(rebar3, main, 1) of
true -> % rebar3
CONFIG;
false -> % rebar 2.x or older
%% Rebuild deps, possibly including those that have been moved to
%% profiles
[{deps, [
{cf, ".*", {git, "https://github.com/project-fifo/cf.git", "a6b3957"}}
]} | lists:keydelete(deps, 1, CONFIG)]
end.