diff options
author | Loïc Hoguin <[email protected]> | 2018-03-22 15:32:42 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-03-22 15:32:42 +0100 |
commit | ac07dbeb04d0ecfd900c7d575cb379a45d642782 (patch) | |
tree | 83cc672baaa7ad4dfa65596271fa236e0c39c9e7 | |
parent | 6945882cd36223533be4e020279b31151bc8b217 (diff) | |
download | cowboy-ac07dbeb04d0ecfd900c7d575cb379a45d642782.tar.gz cowboy-ac07dbeb04d0ecfd900c7d575cb379a45d642782.tar.bz2 cowboy-ac07dbeb04d0ecfd900c7d575cb379a45d642782.zip |
Update rebar.config
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index 730b0fa..ee765ba 100644 --- a/rebar.config +++ b/rebar.config @@ -1,4 +1,4 @@ {deps, [ -{cowlib,".*",{git,"https://github.com/ninenines/cowlib","2.1.0"}},{ranch,".*",{git,"https://github.com/ninenines/ranch","1.4.0"}} +{cowlib,".*",{git,"https://github.com/ninenines/cowlib","2.2.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]}. |