Browse Source

erlang/mochiweb: update for Erlang 18

Utkarsh Kukreti 9 years ago
parent
commit
c0a3de6832
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Erlang/mochiweb/rebar.config

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

@@ -1,5 +1,5 @@
 %% -*- erlang -*-
 %% -*- erlang -*-
 {deps, [
 {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"}}}
   {mochiweb, "2.9.0", {git, "git://github.com/mochi/mochiweb.git", {tag, "v2.9.0"}}}
 ]}.
 ]}.