aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-12-11 14:17:38 +0100
committerLoïc Hoguin <[email protected]>2017-12-11 14:17:38 +0100
commit388a68fc2e8766138e4fefae86e52724b098c12e (patch)
tree1cf2223dc08d4a02d34eeaf3a49d72566526ed2e /rebar.config
parent364a3527d4d096aebdf4d59ece1b2b660e6ed846 (diff)
downloadcowboy-388a68fc2e8766138e4fefae86e52724b098c12e.tar.gz
cowboy-388a68fc2e8766138e4fefae86e52724b098c12e.tar.bz2
cowboy-388a68fc2e8766138e4fefae86e52724b098c12e.zip
Update Cowboy to 2.2.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 ce0ae08..730b0fa 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.4.0"}}
+{cowlib,".*",{git,"https://github.com/ninenines/cowlib","2.1.0"}},{ranch,".*",{git,"https://github.com/ninenines/ranch","1.4.0"}}
]}.
{erl_opts, [debug_info,warn_export_vars,warn_shadow_vars,warn_obsolete_guard,warn_missing_spec,warn_untyped_record]}.