summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-05-01 11:57:25 +0200
committerLoïc Hoguin <[email protected]>2013-05-01 12:10:00 +0200
commitd0191203c04e2b87d4715292bc67c24c80ffa22c (patch)
treebafc9e0b164995559f877c29302c152b8f6c52cc
parent016ff9575283fcf762b8441542c42d76d765726a (diff)
downloadbullet-d0191203c04e2b87d4715292bc67c24c80ffa22c.tar.gz
bullet-d0191203c04e2b87d4715292bc67c24c80ffa22c.tar.bz2
bullet-d0191203c04e2b87d4715292bc67c24c80ffa22c.zip
Update Cowboy dependency to 0.8.4
-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"}}}
]}.