浏览代码

Pin the goldrush dep to a SHA

pull/134/merge
Andrew Thompson 12 年前
父节点
当前提交
9bf137d466
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      rebar.config

+ 1
- 1
rebar.config 查看文件

@ -2,7 +2,7 @@
{erl_first_files, ["src/lager_util.erl"]}.
{deps, [
{goldrush, ".*",
{git, "git://github.com/DeadZen/goldrush.git", "master"}}
{git, "git://github.com/DeadZen/goldrush.git", {tag, "7ff9b03"}}}
]}.
{cover_enabled, true}.

正在加载...
取消
保存