aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.tests.config
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2012-08-27 11:50:35 +0200
committerLoïc Hoguin <[email protected]>2012-08-27 11:50:35 +0200
commite4124de2c71564d37b3732ede0fe1542de1d6f99 (patch)
tree0e632d9eb44c848bfc4b9190251e7c8566c8debc /rebar.tests.config
parent50e5a616dcaa765f0c795f565d361196823ed2fe (diff)
downloadcowboy-e4124de2c71564d37b3732ede0fe1542de1d6f99.tar.gz
cowboy-e4124de2c71564d37b3732ede0fe1542de1d6f99.tar.bz2
cowboy-e4124de2c71564d37b3732ede0fe1542de1d6f99.zip
Switch to Ranch for connection handling
This is the first of many API incompatible changes. You have been warned.
Diffstat (limited to 'rebar.tests.config')
-rw-r--r--rebar.tests.config5
1 files changed, 3 insertions, 2 deletions
diff --git a/rebar.tests.config b/rebar.tests.config
index 14daa1d..9315c7e 100644
--- a/rebar.tests.config
+++ b/rebar.tests.config
@@ -1,7 +1,8 @@
{cover_enabled, true}.
{deps, [
- {proper, "1.0",
- {git, "git://github.com/manopapad/proper.git", {tag, "v1.0"}}}
+ {proper, ".*",
+ {git, "git://github.com/manopapad/proper.git", "master"}},
+ {ranch, "0\\.4\\.0.*", {git, "git://github.com/extend/ranch.git", "0.4.0"}}
]}.
{eunit_opts, [verbose, {report, {eunit_surefire, [{dir, "."}]}}]}.
{erl_opts, []}.