This is an automated email from the ASF dual-hosted git repository. rnewson pushed a commit to branch database_encryption in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit d56ab4afcedd44e7f9d66254cb1aa03bcea87ac4 Author: Ronny Berndt <[email protected]> AuthorDate: Sat Jun 11 14:18:54 2022 +0200 Add Erlang 25 support Before merging this PR, PR #16 in couchdb-snappy needs to get merged and tagged with CouchDB-1.0.8 --- rebar.config.script | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rebar.config.script b/rebar.config.script index 31855098b..44c4d61b1 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -150,7 +150,7 @@ DepDescs = [ {b64url, "b64url", {tag, "1.0.3"}}, {ets_lru, "ets-lru", {tag, "1.1.0"}}, {khash, "khash", {tag, "1.1.0"}}, -{snappy, "snappy", {tag, "CouchDB-1.0.7"}}, +{snappy, "snappy", {tag, "CouchDB-1.0.8"}}, %% Non-Erlang deps {docs, {url, "https://github.com/apache/couchdb-documentation"}, @@ -192,7 +192,7 @@ MakeDep = fun end. AddConfig = [ - {require_otp_vsn, "20|21|22|23|24"}, + {require_otp_vsn, "20|21|22|23|24|25"}, {deps_dir, "src"}, {deps, lists:map(MakeDep, DepDescs ++ OptionalDeps)}, {sub_dirs, SubDirs},
