From 7df8d0246c940b6884179e14f33194c36bce7319 Mon Sep 17 00:00:00 2001 From: terry-xiaoyu <506895667@qq.com> Date: Fri, 1 Nov 2019 18:39:46 +0800 Subject: [PATCH] Update esockd to v5.5.2 --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 368666ff3..85811854a 100644 --- a/rebar.config +++ b/rebar.config @@ -2,7 +2,7 @@ [{jsx, "2.9.0"}, % hex {cowboy, "2.6.1"}, % hex {gproc, "0.8.0"}, % hex - {esockd, {git, "https://github.com/emqx/esockd", {tag, "v5.5.1"}}}, + {esockd, {git, "https://github.com/emqx/esockd", {tag, "v5.5.2"}}}, {ekka, {git, "https://github.com/emqx/ekka", {tag, "v0.6.2"}}}, {gen_rpc, {git, "https://github.com/emqx/gen_rpc", {tag, "2.4.1"}}}, {cuttlefish, {git, "https://github.com/emqx/cuttlefish", {tag, "v3.0.0"}}}