diff options
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/rebar.config b/rebar.config index ef634de..ba92ee5 100644 --- a/rebar.config +++ b/rebar.config @@ -1,9 +1,3 @@ {deps, [ - {ranch, "0\\.6\\.0.*", {git, "git://github.com/extend/ranch.git", "0.6.0"}} -]}. -{erl_opts, [ -%% bin_opt_info, -%% warn_missing_spec, - warnings_as_errors, - warn_export_all + {ranch, ".*", {git, "git://github.com/extend/ranch.git", "0.6.1"}} ]}. |