Skip to content

Commit

Permalink
Merge pull request #116 from emqx/update-5-1-0
Browse files Browse the repository at this point in the history
update to emqx v5.1.0
  • Loading branch information
sstrigler authored Jun 21, 2023
2 parents d2f31c4 + 39a38c0 commit f7d7221
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rebar_template.config
Original file line number Diff line number Diff line change
@@ -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"}
]}.
Expand Down

0 comments on commit f7d7221

Please sign in to comment.