From 020c24e8aaff49e150fa954ac7a4354b7cfca019 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 28 Feb 2020 09:25:39 +0100 Subject: Use Cowboy 2.6.0 for tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 85ee4c1..4e5df28 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ DOC_DEPS = asciideck TEST_DEPS = $(if $(CI_ERLANG_MK),ci.erlang.mk) ct_helper cowboy dep_ct_helper = git https://github.com/extend/ct_helper.git master -dep_cowboy_commit = master +dep_cowboy_commit = 2.6.0 # CI configuration. -- cgit v1.2.3