aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2025-02-17 14:47:32 +0100
committerLoïc Hoguin <[email protected]>2025-02-17 14:47:32 +0100
commitd6dda1fee4cde84a44e11a3afd252417a5f6af79 (patch)
tree087b811c4c999656bcbd968310466c9a2fd0fbc8
parent9facbfd121f4298d0269e01c8bd9d8d42c639d29 (diff)
downloadcowboy-d6dda1fee4cde84a44e11a3afd252417a5f6af79.tar.gz
cowboy-d6dda1fee4cde84a44e11a3afd252417a5f6af79.tar.bz2
cowboy-d6dda1fee4cde84a44e11a3afd252417a5f6af79.zip
Relax Cowlib version requirement for Hex
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bbcad98..274b64e 100644
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,7 @@ define HEX_TARBALL_EXTRA_METADATA
endef
hex_req_ranch = >= 1.8.0 and < 3.0.0
-# @todo hex_req_cowlib
+hex_req_cowlib = >= 2.14.0 and < 3.0.0
# Standard targets.
@@ -138,6 +138,7 @@ prepare_tag:
$(verbose) echo "Dependencies:"
$(verbose) grep ^DEPS Makefile || echo "DEPS ="
$(verbose) grep ^dep_ Makefile || true
+ $(verbose) grep ^hex_req_ Makefile || true
$(verbose) echo
$(verbose) echo "rebar.config:"
$(verbose) cat rebar.config || true