From 702c7ff788bdc6e3c7e9da77886b004a8f792906 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 6 Sep 2019 12:30:25 +0200 Subject: Use Gun master for tests We no longer support OTP-19 so we don't need to stay on the old Gun version anymore. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ba97e25..c85ffc0 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ DOC_DEPS = asciideck TEST_DEPS = $(if $(CI_ERLANG_MK),ci.erlang.mk) ct_helper gun proper dep_ct_helper = git https://github.com/extend/ct_helper master -dep_gun = git https://github.com/ninenines/gun 1.2.0 +dep_gun = git https://github.com/ninenines/gun master # CI configuration. -- cgit v1.2.3