aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-11-17 13:34:51 +0100
committerLoïc Hoguin <[email protected]>2018-11-17 13:36:14 +0100
commit417032a445926ea79c42e82be25b384f2d17d8ac (patch)
tree1d47626521b7a8ccca46d5dbcfc9e026aeee36a8 /rebar.config
parent8185d356c596e3dda9c87786516c6e924a56617a (diff)
downloadcowboy-417032a445926ea79c42e82be25b384f2d17d8ac.tar.gz
cowboy-417032a445926ea79c42e82be25b384f2d17d8ac.tar.bz2
cowboy-417032a445926ea79c42e82be25b384f2d17d8ac.zip
Prepare the Cowboy 2.6 release
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 b91d5a0..ebe3723 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.0"}}
+{cowlib,".*",{git,"https://github.com/ninenines/cowlib","2.7.0"}},{ranch,".*",{git,"https://github.com/ninenines/ranch","1.7.0"}}
]}.
{erl_opts, [debug_info,warn_export_vars,warn_shadow_vars,warn_obsolete_guard,warn_missing_spec,warn_untyped_record]}.