Merge branch 'master' of github.com:choptastic/qdate
Conflicts: rebar.config
This commit is contained in:
commit
7910de376e
8 changed files with 259 additions and 18 deletions
|
@ -5,7 +5,11 @@
|
|||
%% For rebar2 compat
|
||||
{deps,
|
||||
[
|
||||
%% 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/choptastic/erlang_localtime.git", {branch, master}}}
|
||||
]}.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue