blob: 9c3c4abbe7596d3431047dd3b97ce3ec561c6efd [file] [log] [blame]
% vim: set ft=erlang : -*- erlang -*- % Magic lines for code editors
{sub_dirs, ["deps"]}.
{deps, [
{bear, ".*", {git, "https://github.com/apache/couchdb-bear.git", "008f48aff819126e281d5ccae80a258bf9bf9c30"}},
{meck, ".*", {git, "https://github.com/apache/couchdb-meck.git", {tag, "0.9.2"}}}
]}.
{erl_opts, [debug_info]}.
{cover_enabled, true}.