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 6cf3c7d33 Update snappy dependency to CouchDB-1.0.11 (#6035)
6cf3c7d33 is described below
commit 6cf3c7d33e80ab80b526516eac9c55bd34eb77fb
Author: Ronny Berndt <[email protected]>
AuthorDate: Sat Jun 13 00:25:11 2026 +0200
Update snappy dependency to CouchDB-1.0.11 (#6035)
- replaced deprecated 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"},