Browse Source

Remove unnecessary deps directive from rebar.config

pull/4/head
Andrew Thompson 13 years ago
parent
commit
73322d5320
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      rebar.config

+ 0
- 5
rebar.config View File

@ -1,9 +1,4 @@
{erl_opts, [debug_info]}. {erl_opts, [debug_info]}.
{erl_first_files, ["src/lager_util.erl"]}. {erl_first_files, ["src/lager_util.erl"]}.
{cover_enabled, true}. {cover_enabled, true}.
{deps, [
% {riak_err, "1.0.*", {git, "git://github.com/basho/riak_err.git", {branch, "master"}}}
]}.

Loading…
Cancel
Save