This is an automated email from the ASF dual-hosted git repository. jan pushed a commit to branch drop-r16 in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit b456649770518a4f4ff04f0d46f34ff282b94fd3 Author: Jan Lehnardt <[email protected]> AuthorDate: Mon Jul 9 16:11:32 2018 +0200 Drop Erlang R16 support --- rebar.config.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config.script b/rebar.config.script index a393c87..36c4f0a 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -93,7 +93,7 @@ ErlOpts = case os:getenv("ERL_OPTS") of end, AddConfig = [ - {require_otp_vsn, "R16B03|R16B03-1|17|18|19|20"}, + {require_otp_vsn, "17|18|19|20"}, {deps_dir, "src"}, {deps, lists:map(MakeDep, DepDescs)}, {sub_dirs, SubDirs},
