aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-11-16 18:12:21 +0100
committerLoïc Hoguin <[email protected]>2015-11-16 18:12:21 +0100
commit5fcaf291bc4c54ca9d3ae0839379bfd9d794295f (patch)
treecdc8690cae729e4b3e79659f7a6d2cc0fd08f2be
parent4e73f692b98e5423eb98819afd1f1bde897ecbf6 (diff)
downloadcowboy-5fcaf291bc4c54ca9d3ae0839379bfd9d794295f.tar.gz
cowboy-5fcaf291bc4c54ca9d3ae0839379bfd9d794295f.tar.bz2
cowboy-5fcaf291bc4c54ca9d3ae0839379bfd9d794295f.zip
Update rebar.config
-rw-r--r--rebar.config6
1 files 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]}.