From c8ecd5c0fe44cce26e9f32df45f9cd576f1983bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 30 Nov 2020 16:00:39 +0100 Subject: Fix core-query-deps-no-duplicates test --- test/core_query.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/core_query.mk b/test/core_query.mk index 0cefc8d..380f4ad 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.9.0" \ + "gun: cowlib git https://github.com/ninenines/cowlib 2.10.1" \ > $(APP)/expected-deps.txt $t cmp $(APP)/expected-deps.txt $(APP)/.erlang.mk/query-deps.log -- cgit v1.2.3