diff options
author | Jean-Sébastien Pédron <[email protected]> | 2025-06-30 18:52:39 +0200 |
---|---|---|
committer | Jean-Sébastien Pédron <[email protected]> | 2025-07-22 12:52:47 +0200 |
commit | beefd4b0b996e5414b32353c63191b6a77b3b498 (patch) | |
tree | d39ee1b5c0d9651d298c3161d3f8930749f6387a | |
parent | ae6ac4cc537ddf9982cf4374b65f81043038d90c (diff) | |
download | erlang.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.mk | 2 |
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 |