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:
parent
48e8523e39
commit
8427b7bdc6
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue