From 27fec04ec97773fc1d9b9b125362dae24850a390 Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Sun, 15 Dec 2019 19:00:17 +0800 Subject: [PATCH] Depends on 'emqx/cowboy' v2.8.1 --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 46574a155..7a2c67eb1 100644 --- a/rebar.config +++ b/rebar.config @@ -2,8 +2,8 @@ {deps, [{jsx, "2.10.0"}, - {cowboy, "2.7.0"}, {gproc, "0.8.0"}, + {cowboy, {git, "https://github.com/emqx/cowboy", {tag, "2.8.1"}}}, {esockd, {git, "https://github.com/emqx/esockd", {tag, "5.6.0"}}}, {ekka, {git, "https://github.com/emqx/ekka", {tag, "0.7.1"}}}, {gen_rpc, {git, "https://github.com/emqx/gen_rpc", {tag, "2.4.1"}}},