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

ronny pushed a commit to branch feat/upgrade-snappy-1.2.2
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 4de109e343157fa1857e19d381014df09b6e9816
Author: Ronny Berndt <[email protected]>
AuthorDate: Sun Jun 15 17:56:02 2025 +0200

    Upgrade Snappy to 1.2.2
---
 rebar.config.script | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index 1f82036cd..9b5775b9b 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -152,7 +152,8 @@ SubDirs = [
 
 DepDescs = [
 %% Independent Apps
-{snappy,           "snappy",           {tag, "CouchDB-1.0.9"}},
+%%{snappy,           "snappy",           {tag, "CouchDB-1.0.9"}},
+{snappy,           "snappy",           {branch, "upgrade-snappy-1.2.2"}},
 
 %% %% Non-Erlang deps
 {fauxton,          {url, "https://github.com/apache/couchdb-fauxton"},

Reply via email to