From 39a38c01262fa0c13f54b9e8c36a27effcf75c7f Mon Sep 17 00:00:00 2001 From: JimMoen Date: Fri, 26 May 2023 15:40:33 +0800 Subject: [PATCH] update to emqx v5.1.0 --- rebar_template.config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rebar_template.config b/rebar_template.config index ed81d4eb..0791ae31 100644 --- a/rebar_template.config +++ b/rebar_template.config @@ -1,8 +1,11 @@ {{=@@ @@=}} +%% -*- mode: erlang -*- {deps, [ %% not all plugins have to depend on emqx %% but if they do, use git_subdir in the default profile - {emqx, {git_subdir, "https://github.com/emqx/emqx.git", {tag, "v5.0.0"}, "apps/emqx"}} + {emqx, {git_subdir, "https://github.com/emqx/emqx.git", {tag, "v5.1.0"}, "apps/emqx"}} + , {emqx_ctl, {git_subdir, "https://github.com/emqx/emqx.git", {tag, "v5.1.0"}, "apps/emqx_ctl"}} + , {emqx_utils, {git_subdir, "https://github.com/emqx/emqx.git", {tag, "v5.1.0"}, "apps/emqx_utils"}} %% this is my plugin's dependency , {map_sets, "1.1.0"} ]}.