You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2021/08/21 20:30:47 UTC

[couchdb-snappy] branch main updated: Add Erlang 24 support

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-snappy.git


The following commit(s) were added to refs/heads/main by this push:
     new 536286a  Add Erlang 24 support
536286a is described below

commit 536286ada94a3aeee6042d047f3a9c369a5f1475
Author: Nick Vatamaniuc <va...@apache.org>
AuthorDate: Mon May 17 02:13:27 2021 -0400

    Add Erlang 24 support
---
 rebar.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config b/rebar.config
index 250cd2a..a6a3b70 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,4 +1,4 @@
-{require_otp_vsn, "R14|R15|R16|17|18|19|20|21|22|23"}.
+{require_otp_vsn, "R14|R15|R16|17|18|19|20|21|22|23|24"}.
 
 {erl_opts, [debug_info, warn_unused_vars, warn_shadow_vars, warn_unused_import]}.
 {port_sources, ["c_src/*.cc",