This is an automated email from the ASF dual-hosted git repository. ronny pushed a commit to branch update-snappy in repository https://gitbox.apache.org/repos/asf/couchdb-snappy.git
commit fddda995d4bd7aa423f691ea45b3dbbb46649038 Author: glejeune <[email protected]> AuthorDate: Wed Aug 26 11:14:43 2015 +0200 Add erlang 18 support --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index cf2aba9..86fdef1 100644 --- a/rebar.config +++ b/rebar.config @@ -1,4 +1,4 @@ -{require_otp_vsn, "R13B04|R14|R15|R16|17"}. +{require_otp_vsn, "R13B04|R14|R15|R16|17|18"}. {erl_opts, [debug_info, warn_unused_vars, warn_shadow_vars, warn_unused_import]}. {port_env, [
