This is an automated email from the ASF dual-hosted git repository. big-r81 pushed a commit to branch update-snappy-CouchDB-1.0.11 in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 1fc24d8175cc2787dc8ff725bb65b59f94fdb2a6 Author: Ronny Berndt <[email protected]> AuthorDate: Fri Jun 12 18:52:13 2026 +0200 Update snappy dependency to CouchDB-1.0.11 - replaced depreacted catch-statement for OTP29 - simplified nif loading code --- rebar.config.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config.script b/rebar.config.script index 510b0094c..b2727a550 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -154,7 +154,7 @@ SubDirs = [ DepDescs = [ %% Independent Apps -{snappy, "snappy", {tag, "CouchDB-1.0.10"}}, +{snappy, "snappy", {tag, "CouchDB-1.0.11"}}, %% %% Non-Erlang deps {fauxton, {url, "https://github.com/apache/couchdb-fauxton"},
