Update rebar2 to use working erlware_commons

This commit is contained in:
Jesse Gumm 2017-03-18 17:43:30 -05:00
parent 3e2688cbec
commit fc247e296b

View file

@ -9,7 +9,7 @@ case erlang:function_exported(rebar3, main, 1) of
%% Rebuild deps, possibly including those that have been moved to %% Rebuild deps, possibly including those that have been moved to
%% profiles %% profiles
[{deps, [ [{deps, [
{erlware_commons, "", {git, "git://github.com/erlware/erlware_commons", {tag, "v0.15.0"}}}, {erlware_commons, "", {git, "git://github.com/erlware/erlware_commons", {tag, "0916834752"}}}, %% this is the version of erlware_commons that works until erlware tags a new version
{qdate_localtime, "", {git, "git://github.com/choptastic/qdate_localtime", {tag, "1.1.0"}}} {qdate_localtime, "", {git, "git://github.com/choptastic/qdate_localtime", {tag, "1.1.0"}}}
]} | lists:keydelete(deps, 1, CONFIG)] ]} | lists:keydelete(deps, 1, CONFIG)]
end. end.