From e29cde60a9cf1e89d09f9dc47866d39cd0c483d4 Mon Sep 17 00:00:00 2001 From: terry-xiaoyu <506895667@qq.com> Date: Thu, 30 May 2019 18:58:37 +0800 Subject: [PATCH] Update ekka to v0.5.5 --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index fdc7954d4..1f82fef6e 100644 --- a/rebar.config +++ b/rebar.config @@ -3,7 +3,7 @@ , {cowboy, "2.6.1"} % hex , {gproc, "0.8.0"} % hex , {gen_rpc, {git, "https://github.com/emqx/gen_rpc", {tag, "2.3.1"}}} - , {ekka, {git, "https://github.com/emqx/ekka", {tag, "v0.5.4"}}} + , {ekka, {git, "https://github.com/emqx/ekka", {tag, "v0.5.5"}}} , {replayq, {git, "https://github.com/emqx/replayq", {tag, "v0.1.1"}}} , {esockd, {git, "https://github.com/emqx/esockd", {tag, "v5.4.4"}}} , {cuttlefish, {git, "https://github.com/emqx/cuttlefish", {tag, "v3.0.0"}}}