diff options
author | Loïc Hoguin <[email protected]> | 2020-02-28 09:25:39 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2020-02-28 09:25:39 +0100 |
commit | 020c24e8aaff49e150fa954ac7a4354b7cfca019 (patch) | |
tree | 7614c2f84568a072c0caab5636281c20e2bd02c4 /Makefile | |
parent | 2d7940960464dabda4fbc2412789d17869c96853 (diff) | |
download | gun-020c24e8aaff49e150fa954ac7a4354b7cfca019.tar.gz gun-020c24e8aaff49e150fa954ac7a4354b7cfca019.tar.bz2 gun-020c24e8aaff49e150fa954ac7a4354b7cfca019.zip |
Use Cowboy 2.6.0 for tests
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |