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

big-r81 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 577232ea3 dev: Allow OTP 29 compiler (#6009)
577232ea3 is described below

commit 577232ea355f40489d81c327a27f30a52c959bff
Author: Ronny Berndt <[email protected]>
AuthorDate: Thu May 21 19:55:05 2026 +0200

    dev: Allow OTP 29 compiler (#6009)
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index 3ebe61db4..92c8e47c6 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -194,7 +194,7 @@ end.
 AddConfig = [
     {cover_enabled, true},
     {cover_print_enabled, true},
-    {require_otp_vsn, "26|27|28"},
+    {require_otp_vsn, "26|27|28|29"},
     {deps_dir, "src"},
     {deps, lists:map(MakeDep, DepDescs ++ OptionalDeps)},
     {sub_dirs, SubDirs},

Reply via email to