diff options
author | Loïc Hoguin <[email protected]> | 2023-05-04 14:16:33 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2023-05-04 14:16:33 +0200 |
commit | 8608f095ba78ee8afe714d9660f443eacc660183 (patch) | |
tree | db59d99c127bdb86fa26c2a2a574ae55d0e1c54b | |
parent | 95ea4d634319f5866cf1246b1293b860e46e8077 (diff) | |
download | erlang.mk-8608f095ba78ee8afe714d9660f443eacc660183.tar.gz erlang.mk-8608f095ba78ee8afe714d9660f443eacc660183.tar.bz2 erlang.mk-8608f095ba78ee8afe714d9660f443eacc660183.zip |
Update the query duplicate test
-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 a72e744..9f348a1 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 2.11.0" \ + "gun: cowlib git https://github.com/ninenines/cowlib 2.12.1" \ > $(APP)/expected-deps.txt $t cmp $(APP)/expected-deps.txt $(APP)/.erlang.mk/query-deps.log |