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.config | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rebar.config') diff --git a/rebar.config b/rebar.config index ef0f6ed..c2317e7 100644 --- a/rebar.config +++ b/rebar.config @@ -1,3 +1,6 @@ +{deps, [ + {ranch, "0\\.4\\.0.*", {git, "git://github.com/extend/ranch.git", "0.4.0"}} +]}. {erl_opts, [ %% bin_opt_info, %% warn_missing_spec, -- cgit v1.2.3