aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-02-28 09:25:39 +0100
committerLoïc Hoguin <[email protected]>2020-02-28 09:25:39 +0100
commit020c24e8aaff49e150fa954ac7a4354b7cfca019 (patch)
tree7614c2f84568a072c0caab5636281c20e2bd02c4
parent2d7940960464dabda4fbc2412789d17869c96853 (diff)
downloadgun-020c24e8aaff49e150fa954ac7a4354b7cfca019.tar.gz
gun-020c24e8aaff49e150fa954ac7a4354b7cfca019.tar.bz2
gun-020c24e8aaff49e150fa954ac7a4354b7cfca019.zip
Use Cowboy 2.6.0 for tests
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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.