From feb0707a1833b70134e17388e669d6e6af828c36 Mon Sep 17 00:00:00 2001 From: Feng Date: Fri, 19 Aug 2016 15:41:54 +0800 Subject: [PATCH] mochiweb 4.1.1 --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index cc8ab8f54..dc548c0b1 100644 --- a/rebar.config +++ b/rebar.config @@ -42,7 +42,7 @@ {gproc, ".*", {git, "git://github.com/uwiger/gproc.git", {branch, "master"}}}, {lager, ".*", {git, "git://github.com/basho/lager.git", {branch, "master"}}}, {esockd, ".*", {git, "git://github.com/emqtt/esockd.git", {tag, "4.0"}}}, - {mochiweb, "4.*", {git, "git://github.com/emqtt/mochiweb.git", {tag, "4.1"}}} + {mochiweb, "4.*", {git, "git://github.com/emqtt/mochiweb.git", {tag, "4.1.1"}}} ]}. {recursive_cmds, [ct, eunit, clean]}.