From f60256e64df7bd8657fa38eb92542f10383e8d4d Mon Sep 17 00:00:00 2001 From: Andy Date: Fri, 13 Jun 2014 21:03:34 +0400 Subject: [PATCH] Move to Cowboy 0.10.0 --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index f5092985..fc232049 100644 --- a/rebar.config +++ b/rebar.config @@ -1,7 +1,7 @@ {lib_dirs,[".."]}. {deps_dir,["deps"]}. {deps,[ - {cowboy, ".*", {git, "git://github.com/extend/cowboy", {tag,"0.9.0"}}}, + {cowboy, ".*", {git, "git://github.com/extend/cowboy", {tag,"0.10.0"}}}, {gproc, ".*", {git, "git://github.com/uwiger/gproc.git", {tag,"0.3"}}}, {erlydtl, ".*", {git, "git://github.com/evanmiller/erlydtl.git", {tag,"0.8.0"}}} ]}.