aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <[email protected]>2025-06-30 18:52:39 +0200
committerJean-Sébastien Pédron <[email protected]>2025-07-22 12:52:47 +0200
commitbeefd4b0b996e5414b32353c63191b6a77b3b498 (patch)
treed39ee1b5c0d9651d298c3161d3f8930749f6387a
parentae6ac4cc537ddf9982cf4374b65f81043038d90c (diff)
downloaderlang.mk-beefd4b0b996e5414b32353c63191b6a77b3b498.tar.gz
erlang.mk-beefd4b0b996e5414b32353c63191b6a77b3b498.tar.bz2
erlang.mk-beefd4b0b996e5414b32353c63191b6a77b3b498.zip
test/core_query.mk: `gun` master branch depends on cowlib 2.15.0
-rw-r--r--test/core_query.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core_query.mk b/test/core_query.mk
index 394652a..3dc7a24 100644
--- a/test/core_query.mk
+++ b/test/core_query.mk
@@ -154,7 +154,7 @@ endif
"farwest: cowlib git https://github.com/ninenines/cowlib master" \
"farwest: cowboy git https://github.com/ninenines/cowboy master" \
"farwest: gun git https://github.com/ninenines/gun master" \
- "gun: cowlib git https://github.com/ninenines/cowlib master" \
+ "gun: cowlib git https://github.com/ninenines/cowlib 2.15.0" \
> $(APP)/expected-deps.txt
$t cmp $(APP)/expected-deps.txt $(APP)/.erlang.mk/query-deps.log