From dda0b4ac8cb98c1a9c5ecd4165bfa3a41548cefd Mon Sep 17 00:00:00 2001 From: JianBo He Date: Thu, 1 Sep 2022 12:35:37 +0800 Subject: [PATCH] chore: update emqtt vsn --- apps/emqx/rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/emqx/rebar.config b/apps/emqx/rebar.config index 5b5b3db39..8e0d1f71c 100644 --- a/apps/emqx/rebar.config +++ b/apps/emqx/rebar.config @@ -43,7 +43,7 @@ {meck, "0.9.2"}, {proper, "1.4.0"}, {bbmustache, "1.10.0"}, - {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.6.0"}}} + {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.7.0-rc.1"}}} ]}, {extra_src_dirs, [{"test", [recursive]}]} ]}