Browse Source

Fix core-query-deps-no-duplicates test

Loïc Hoguin 3 years ago
parent
commit
bc9053baca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/core_query.mk

+ 1 - 1
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.10.1" \
+		"gun: cowlib git https://github.com/ninenines/cowlib 2.11.0" \
 		> $(APP)/expected-deps.txt
 	$t cmp $(APP)/expected-deps.txt $(APP)/.erlang.mk/query-deps.log