You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2023/03/11 20:52:21 UTC

[couchdb] branch main updated: Prepare for Erlang OTP/26 (#4465)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new dff01446c Prepare for Erlang OTP/26 (#4465)
dff01446c is described below

commit dff01446cbb17001f419f39b7a7293a30ddfdeaa
Author: Ronny Berndt <ro...@apache.org>
AuthorDate: Sat Mar 11 21:52:15 2023 +0100

    Prepare for Erlang OTP/26 (#4465)
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index 1e3c5924b..fce6a2d2b 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -186,7 +186,7 @@ end.
 AddConfig = [
     {cover_enabled, true},
     {cover_print_enabled, true},
-    {require_otp_vsn, "23|24|25"},
+    {require_otp_vsn, "23|24|25|26"},
     {deps_dir, "src"},
     {deps, lists:map(MakeDep, DepDescs ++ OptionalDeps)},
     {sub_dirs, SubDirs},