From db544cf9ad74b3cb30e217cf1d38e55d5222390a Mon Sep 17 00:00:00 2001 From: William Yang Date: Wed, 18 Jan 2023 14:50:57 +0100 Subject: [PATCH] fix: emqtt vsn in rebar after rebase --- 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 7ea52a406..135eff24c 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.7.0"}}} + {emqtt, {git, "https://github.com/qzhuyan/emqtt", {tag, "1.7.1-pre"}}} %% @TODO revert ]}, {extra_src_dirs, [{"test", [recursive]}]} ]}