From 9268d23b9200bdbf5fea9c62aa958e2eeaa9a9dc Mon Sep 17 00:00:00 2001 From: GilbertWong Date: Fri, 9 Aug 2019 16:34:42 +0800 Subject: [PATCH] Use ekka 0.6.0 --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index fff6954c9..f6319e131 100644 --- a/rebar.config +++ b/rebar.config @@ -3,7 +3,7 @@ {cowboy, "2.6.1"}, % hex {gproc, "0.8.0"}, % hex {esockd, "5.5.0"}, %hex - {ekka, {git, "https://github.com/emqx/ekka", {tag, "v0.5.8"}}}, + {ekka, "0.6.0"}, %hex {gen_rpc, {git, "https://github.com/emqx/gen_rpc", {tag, "2.4.0"}}}, {cuttlefish, {git, "https://github.com/emqx/cuttlefish", {tag, "v3.0.0"}}} ]}.