aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-05-16 12:28:55 +0200
committerLoïc Hoguin <[email protected]>2018-05-16 12:28:55 +0200
commit474cb359ce94c3067baac0b018be1b69192ef020 (patch)
tree8b6fe35e762690fac6b6c5596fbee6e9a92df46d /rebar.config
parentcc49659f9389fc1a93806771654e4270007ca653 (diff)
downloadcowboy-474cb359ce94c3067baac0b018be1b69192ef020.tar.gz
cowboy-474cb359ce94c3067baac0b018be1b69192ef020.tar.bz2
cowboy-474cb359ce94c3067baac0b018be1b69192ef020.zip
Update erlang.mk and rebar.config
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 0e92762..46d09a7 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,4 +1,4 @@
{deps, [
-{cowlib,".*",{git,"https://github.com/ninenines/cowlib","2.3.0"}},{ranch,".*",{git,"https://github.com/ninenines/ranch","1.5.0"}}
+{cowlib,".*",{git,"https://github.com/ninenines/cowlib","master"}},{ranch,".*",{git,"https://github.com/ninenines/ranch","1.5.0"}}
]}.
{erl_opts, [debug_info,warn_export_vars,warn_shadow_vars,warn_obsolete_guard,warn_missing_spec,warn_untyped_record]}.