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 02:27:10 UTC

[couchdb-snappy] branch master updated: feat: support Erlang 23

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7372962  feat: support Erlang 23
7372962 is described below

commit 7372962a417baf2e49ace2598ccb119cfe32bf61
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Sat Mar 13 20:38:11 2021 +0100

    feat: support Erlang 23
---
 rebar.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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