Update rebar.config back to choptastic/erlang_localtime

*temporary* until a commit is merged
This commit is contained in:
Jesse Gumm 2015-11-05 11:31:38 -06:00
parent 8427b7bdc6
commit a504a6adfc
4 changed files with 9 additions and 4 deletions

View file

@ -1,7 +1,5 @@
%% -*- erlang -*-
%% vim:ts=4 sw=4 et ft=erlang
{require_otp_vsn, "R13B04|R14|R15|R16|17|18"}.
{cover_enabled, true}.
%% For rebar2 compat
@ -12,7 +10,10 @@
%% 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}}}
%% We'll temporarily still use choptastic/erlang_localtime until
%% https://github.com/dmitryme/erlang_localtime/pull/24 gets merged. Then we
%% can switch to the mainline repo
{erlang_localtime, ".*", {git, "git://github.com/choptastic/erlang_localtime.git", {branch, master}}}
]}.
%% for rebar3