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/10 08:40:04 UTC

[couchdb] 01/01: Prepare for Erlang OTP/26

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

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

commit d90cab71257933774f3c4887c106ecc4c2719be1
Author: Ronny Berndt <ro...@apache.org>
AuthorDate: Fri Mar 10 09:39:55 2023 +0100

    Prepare for Erlang OTP/26
---
 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},