This is an automated email from the ASF dual-hosted git repository. big-r81 pushed a commit to branch dev/compiler-support-otp-29 in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 6ffcfbd8768257186f48890da747ad5c5751f8f0 Author: Ronny Berndt <[email protected]> AuthorDate: Thu May 21 08:19:47 2026 +0200 dev: Allow OTP 29 compiler --- 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},
