From a44e955d640314872c4e7504563f18b96fc712e4 Mon Sep 17 00:00:00 2001 From: Ery Lee Date: Mon, 20 Apr 2015 03:26:44 +0800 Subject: [PATCH] groc 0.3.* --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 253a79d3f..2b3406b51 100644 --- a/rebar.config +++ b/rebar.config @@ -23,7 +23,7 @@ "apps/emqttd"]}. {deps, [ - {gproc, ".*", {git, "git://github.com/uwiger/gproc.git", {branch, "master"}}}, + {gproc, "0.3.*", {git, "git://github.com/uwiger/gproc.git", {branch, "master"}}}, {lager, ".*", {git, "git://github.com/basho/lager.git", {branch, "master"}}}, {esockd, "2.*", {git, "git://github.com/emqtt/esockd.git", {branch, "master"}}}, {mochiweb, ".*", {git, "git://github.com/slimpp/mochiweb.git", {branch, "master"}}}