summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--rebar.config10
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"}}}
]}.