aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-10-27 00:16:13 +0200
committerLoïc Hoguin <[email protected]>2018-10-27 00:16:13 +0200
commitf1018fd1c1ea7a614427ee2ef15bd972c17aecff (patch)
tree0bb7ba095b79b9abc6d58905bc774e3d488f0967 /rebar.config
parent7d118b547fa8b979148b05d0c32baf65aebfab35 (diff)
downloadcowboy-f1018fd1c1ea7a614427ee2ef15bd972c17aecff.tar.gz
cowboy-f1018fd1c1ea7a614427ee2ef15bd972c17aecff.tar.bz2
cowboy-f1018fd1c1ea7a614427ee2ef15bd972c17aecff.zip
Use cow_http2_machine's timer handling
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 eb9d939..324db50 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,4 +1,4 @@
{deps, [
-{cowlib,".*",{git,"https://github.com/ninenines/cowlib","2.6.0"}},{ranch,".*",{git,"https://github.com/ninenines/ranch","1.6.2"}}
+{cowlib,".*",{git,"https://github.com/ninenines/cowlib","master"}},{ranch,".*",{git,"https://github.com/ninenines/ranch","1.6.2"}}
]}.
{erl_opts, [debug_info,warn_export_vars,warn_shadow_vars,warn_obsolete_guard,warn_missing_spec,warn_untyped_record]}.