Rebar3 built with R15B03, and also use hex package for erlware_commons

This commit is contained in:
Jesse Gumm 2016-07-06 19:59:18 -05:00
parent fd493ecf3d
commit 89555d25ef
2 changed files with 2 additions and 3 deletions

View file

@ -4,7 +4,6 @@
{deps,
[
%% 0.21.0 only works with rebar3. It's overridden with rebar.config.script in rebar2
{erlware_commons, {git, "git://github.com/erlware/erlware_commons", {tag, "0.21.0"}}},
{qdate_localtime, {git, "git://github.com/choptastic/qdate_localtime", {tag, "1.1.0"}}}
erlware_commons,
{qdate_localtime, {git, "https://github.com/choptastic/qdate_localtime", {tag, "1.1.0"}}}
]}.