From d0191203c04e2b87d4715292bc67c24c80ffa22c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 1 May 2013 11:57:25 +0200 Subject: Update Cowboy dependency to 0.8.4 --- Makefile | 2 +- rebar.config | 10 +--------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/Makefile b/Makefile index 6596368..0e5d78e 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ PROJECT = bullet # Dependencies. DEPS = cowboy -dep_cowboy = https://github.com/extend/cowboy.git 0.8.0 +dep_cowboy = https://github.com/extend/cowboy.git 0.8.4 # Standard targets. diff --git a/rebar.config b/rebar.config index 4c98aa4..79e21c5 100644 --- a/rebar.config +++ b/rebar.config @@ -1,12 +1,4 @@ -{cover_enabled, true}. {deps, [ {cowboy, ".*", - {git, "git://github.com/extend/cowboy.git", {tag, "0.8.0"}}} -]}. -{eunit_opts, [verbose, {report, {eunit_surefire, [{dir, "."}]}}]}. -{erl_opts, [ -%% bin_opt_info, -%% warn_missing_spec, - warnings_as_errors, - warn_export_all + {git, "git://github.com/extend/cowboy.git", {tag, "0.8.4"}}} ]}. -- cgit v1.2.3