From c93a682eb6500ed64d626ffa3dee173fcefb6626 Mon Sep 17 00:00:00 2001 From: Shunichi Shinohara Date: Tue, 19 Feb 2013 12:34:20 +0900 Subject: [PATCH] Change rebar deps to mochiweb's 1.5 branch --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 25f43d56..0b7fb3ba 100644 --- a/rebar.config +++ b/rebar.config @@ -5,5 +5,5 @@ {deps, [ {mochiweb, "1.5.1*", {git, "git://github.com/basho/mochiweb", - {tag, "1.5.1p3"}}} + {branch, "1.5"}}} ]}.