浏览代码

erlang/mochiweb: update for Erlang 18

Utkarsh Kukreti 9 年之前
父节点
当前提交
c0a3de6832
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      frameworks/Erlang/mochiweb/rebar.config

+ 1 - 1
frameworks/Erlang/mochiweb/rebar.config

@@ -1,5 +1,5 @@
 %% -*- erlang -*-
 {deps, [
-  {erl_bench, "0.0.1", {git, "git://github.com/b0oh/erl_bench.git", {tag, "v0.0.1"}}},
+  {erl_bench, ".*", {git, "git://github.com/utkarshkukreti/erl_bench.git", "cb70233d7de1e800893cf1460f181a706aa08a38"}},
   {mochiweb, "2.9.0", {git, "git://github.com/mochi/mochiweb.git", {tag, "v2.9.0"}}}
 ]}.