aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Lundgaard <[email protected]>2017-02-01 16:43:22 -0600
committerLoïc Hoguin <[email protected]>2017-02-04 14:09:16 +0100
commitcd7f4d9ac5440588c8e077c5fcc3867ae9a385a9 (patch)
tree6465e4dd865c08a89c59e59bbb29d55f39b4a1f1
parent2a7bb7ba11793f9fb2cc235ab1a370196c7ee684 (diff)
downloadcowboy-1.1.1.tar.gz
cowboy-1.1.1.tar.bz2
cowboy-1.1.1.zip
Update ranch to 1.3.1 in rebar.config1.1.1
Update to match the Makefile change in 3a240eb49b6322ec88985aa21014ca84a81157bb. Fixes #1088
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 198f3ef..51c7a4c 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,2 +1,2 @@
-{deps, [{cowlib,".*",{git,"https://github.com/ninenines/cowlib","1.0.2"}},{ranch,".*",{git,"https://github.com/ninenines/ranch","1.2.0"}}]}.
+{deps, [{cowlib,".*",{git,"https://github.com/ninenines/cowlib","1.0.2"}},{ranch,".*",{git,"https://github.com/ninenines/ranch","1.3.1"}}]}.
{erl_opts, [debug_info,warn_export_all,warn_export_vars,warn_shadow_vars,warn_obsolete_guard,warn_missing_spec]}.