From 5fcaf291bc4c54ca9d3ae0839379bfd9d794295f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 16 Nov 2015 18:12:21 +0100 Subject: Update rebar.config --- rebar.config | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/rebar.config b/rebar.config index b9b2ba0..198f3ef 100644 --- a/rebar.config +++ b/rebar.config @@ -1,4 +1,2 @@ -{deps, [ - {cowlib, ".*", {git, "https://github.com/ninenines/cowlib.git", "1.0.0"}}, - {ranch, ".*", {git, "https://github.com/ninenines/ranch.git", "1.0.0"}} -]}. +{deps, [{cowlib,".*",{git,"https://github.com/ninenines/cowlib","1.0.2"}},{ranch,".*",{git,"https://github.com/ninenines/ranch","1.2.0"}}]}. +{erl_opts, [debug_info,warn_export_all,warn_export_vars,warn_shadow_vars,warn_obsolete_guard,warn_missing_spec]}. -- cgit v1.2.3