From b4f33ac4d6e56c758df29498920ab2879b2153ea Mon Sep 17 00:00:00 2001 From: Mariano Guerra Date: Wed, 13 May 2015 11:50:10 +0100 Subject: update cowboy to 1.0.1 --- Makefile | 2 +- rebar.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index dcf8624..3c1db67 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ PROJECT = bullet # Dependencies. DEPS = cowboy -dep_cowboy = https://github.com/extend/cowboy.git 0.9.0 +dep_cowboy = https://github.com/extend/cowboy.git 1.0.1 # Standard targets. diff --git a/rebar.config b/rebar.config index 848f968..8b051c6 100644 --- a/rebar.config +++ b/rebar.config @@ -1,4 +1,4 @@ {deps, [ {cowboy, ".*", - {git, "git://github.com/extend/cowboy.git", {tag, "0.9.0"}}} + {git, "git://github.com/extend/cowboy.git", {tag, "1.0.1"}}} ]}. -- cgit v1.2.3