From d8c3c86dcaa5253e01729bd7e1bf0b4d448501cc Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Sun, 19 Jan 2020 18:50:48 +0800 Subject: [PATCH] Upgrade esockd and ekka deps - Upgrade esockd to 5.6.1 - Upgrade ekka to 0.7.2 --- rebar.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rebar.config b/rebar.config index 30d446e44..e761ff39a 100644 --- a/rebar.config +++ b/rebar.config @@ -4,8 +4,8 @@ [{gproc, "0.8.0"}, {jiffy, "1.0.1"}, {cowboy, {git, "https://github.com/emqx/cowboy", {tag, "2.7.1"}}}, - {esockd, {git, "https://github.com/emqx/esockd", {tag, "5.6.0"}}}, - {ekka, {git, "https://github.com/emqx/ekka", {tag, "0.7.1"}}}, + {esockd, {git, "https://github.com/emqx/esockd", {tag, "5.6.1"}}}, + {ekka, {git, "https://github.com/emqx/ekka", {tag, "0.7.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"}}} ]}.