瀏覽代碼

Remove unnecessary deps directive from rebar.config

pull/4/head
Andrew Thompson 13 年之前
父節點
當前提交
73322d5320
共有 1 個檔案被更改,包括 0 行新增5 行删除
  1. +0
    -5
      rebar.config

+ 0
- 5
rebar.config 查看文件

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

Loading…
取消
儲存