Reflect the qdate_localtime in rebar.script
This commit is contained in:
parent
b193876305
commit
fd493ecf3d
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@ case erlang:function_exported(rebar3, main, 1) of
|
||||||
%% 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, "v0.15.0"}}},
|
||||||
{erlang_localtime, "", {git, "git://github.com/choptastic/erlang_localtime", {branch, master}}}
|
{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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue