Merge branch 'master' of github.com:choptastic/qdate

Conflicts:
	rebar.config
This commit is contained in:
Jesse Gumm 2016-01-31 09:10:19 -06:00
commit 7910de376e
8 changed files with 259 additions and 18 deletions

View file

@ -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}}}
]}.