diff options
author | Nicholas Lundgaard <[email protected]> | 2017-02-01 16:43:22 -0600 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-02-04 14:09:16 +0100 |
commit | cd7f4d9ac5440588c8e077c5fcc3867ae9a385a9 (patch) | |
tree | 6465e4dd865c08a89c59e59bbb29d55f39b4a1f1 | |
parent | 2a7bb7ba11793f9fb2cc235ab1a370196c7ee684 (diff) | |
download | cowboy-cd7f4d9ac5440588c8e077c5fcc3867ae9a385a9.tar.gz cowboy-cd7f4d9ac5440588c8e077c5fcc3867ae9a385a9.tar.bz2 cowboy-cd7f4d9ac5440588c8e077c5fcc3867ae9a385a9.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.config | 2 |
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]}. |