From e4124de2c71564d37b3732ede0fe1542de1d6f99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 27 Aug 2012 11:50:35 +0200 Subject: Switch to Ranch for connection handling This is the first of many API incompatible changes. You have been warned. --- rebar.tests.config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'rebar.tests.config') 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, []}. -- cgit v1.2.3