qdate/rebar.config

11 lines
353 B
Text
Raw Normal View History

%% -*- erlang -*-
%% vim:ts=4 sw=4 et ft=erlang
2013-01-14 21:20:36 -06:00
{cover_enabled, true}.
{deps,
[
2016-07-06 17:39:00 -05:00
%% 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"}}}
]}.