From adf785ac466213880600f1f6ff1a8f32ebcafb59 Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Mon, 18 Nov 2019 11:01:30 +0800 Subject: [PATCH] Upgrade deps to ekka v0.7.1 --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 053d413c8..46574a155 100644 --- a/rebar.config +++ b/rebar.config @@ -5,7 +5,7 @@ {cowboy, "2.7.0"}, {gproc, "0.8.0"}, {esockd, {git, "https://github.com/emqx/esockd", {tag, "5.6.0"}}}, - {ekka, {git, "https://github.com/emqx/ekka", {tag, "0.7.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"}}}, {cuttlefish, {git, "https://github.com/emqx/cuttlefish", {tag, "v3.0.0"}}} ]}.