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

nickva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-gun.git

commit 0b6bc62e9614b8a3ed08cc2c0999b4a2063c7fdf
Author: Loïc Hoguin <[email protected]>
AuthorDate: Tue Jul 28 10:40:29 2026 +0200

    Tweaks before publishing package
---
 Makefile     | 2 +-
 rebar.config | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index cd8f042..f111392 100644
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@ define HEX_TARBALL_EXTRA_METADATA
 }
 endef
 
-hex_req_cowlib = >= 2.15.0 and < 3.0.0
+hex_req_cowlib = >= 2.19.0 and < 3.0.0
 
 # Standard targets.
 
diff --git a/rebar.config b/rebar.config
index 7485d3f..9975b74 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,4 +1,4 @@
 {deps, [
-{cowlib,".*",{git,"https://github.com/ninenines/cowlib",{ref,"2.19.0"}}}
+{cowlib,".*",{git,"https://github.com/ninenines/cowlib",{tag,"2.19.0"}}}
 ]}.
 {erl_opts, [debug_info,warn_export_vars,warn_shadow_vars,warn_obsolete_guard]}.

Reply via email to