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 c4cd1bb35f3a3a399737d64bd03b479817b90e75
Author: Dave Cottlehuber <[email protected]>
AuthorDate: Thu Jul 7 07:09:17 2016 +0000

    build: support OTP 19
    
    - closes #16
    - closes #17
---
 rebar.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config b/rebar.config
index 86804a7..34ec399 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,4 +1,4 @@
-{require_otp_vsn, "R13B04|R14|R15|R16|17|18"}.
+{require_otp_vsn, "R13B04|R14|R15|R16|17|18|19"}.
 {erl_opts, [debug_info, warn_unused_vars, warn_shadow_vars, 
warn_unused_import]}.
 {eunit_opts, [verbose]}.
 {pre_hooks, [

Reply via email to