Update dependencies

* Erlware Commons to non-crashing-with-rebar 0.15.0
* Erlang Localtime to base version, since it now has the necessary
  support for qdate functionality.
This commit is contained in:
Jesse Gumm 2015-11-05 09:55:53 -06:00
parent 48e8523e39
commit 8427b7bdc6

View file

@ -7,8 +7,12 @@
%% For rebar2 compat
{deps,
[
{erlware_commons, ".*", {git, "git://github.com/erlware/erlware_commons.git", {branch, master}}},
{erlang_localtime, ".*", {git, "git://github.com/choptastic/erlang_localtime.git", {branch, master}}}
%% This uses an older erlware_commons version so retain compatibility with
%% rebar2. v0.16.1 introduced a 'cf' dependency, which seems to cause
%% breakage.
{erlware_commons, ".*", {git, "git://github.com/erlware/erlware_commons.git", {tag, "v0.15.0"}}},
{erlang_localtime, ".*", {git, "git://github.com/dmitryme/erlang_localtime.git", {branch, master}}}
]}.
%% for rebar3