aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-10-10 16:15:51 +0200
committerLoïc Hoguin <[email protected]>2019-10-10 16:15:51 +0200
commit525eeeecc92f54c1187cf21b9f8e5e03e2aef506 (patch)
treea23d31eba1748658a19d629e44e3b1f8639cbcf1 /rebar.config
parenta73004e966a45b78d81168bb03c68acdd7bfea65 (diff)
downloadcowboy-525eeeecc92f54c1187cf21b9f8e5e03e2aef506.tar.gz
cowboy-525eeeecc92f54c1187cf21b9f8e5e03e2aef506.tar.bz2
cowboy-525eeeecc92f54c1187cf21b9f8e5e03e2aef506.zip
Cowboy 2.7.0
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 cb76748..4c5273c 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,4 +1,4 @@
{deps, [
-{cowlib,".*",{git,"https://github.com/ninenines/cowlib","master"}},{ranch,".*",{git,"https://github.com/ninenines/ranch","1.7.1"}}
+{cowlib,".*",{git,"https://github.com/ninenines/cowlib","2.8.0"}},{ranch,".*",{git,"https://github.com/ninenines/ranch","1.7.1"}}
]}.
{erl_opts, [debug_info,warn_export_vars,warn_shadow_vars,warn_obsolete_guard,warn_missing_spec,warn_untyped_record]}.