Skip to content

Commit e171174

Browse files
chore: update emqx depency version (#200)
1 parent 23c55f4 commit e171174

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

gg/rebar.config

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
%% SPDX-License-Identifier: Apache-2.0
33

44
{deps, [
5-
{emqx, {git_subdir, "https://github.com/emqx/emqx.git", {tag, "v5.1.1"}, "apps/emqx"}},
6-
{emqx_ctl, {git_subdir, "https://github.com/emqx/emqx.git", {tag, "v5.1.1"}, "apps/emqx_ctl"}},
7-
{emqx_utils, {git_subdir, "https://github.com/emqx/emqx.git", {tag, "v5.1.1"}, "apps/emqx_utils"}}
5+
{emqx, {git_subdir, "https://github.com/emqx/emqx.git", {tag, "v5.1.2"}, "apps/emqx"}},
6+
{emqx_ctl, {git_subdir, "https://github.com/emqx/emqx.git", {tag, "v5.1.2"}, "apps/emqx_ctl"}},
7+
{emqx_utils, {git_subdir, "https://github.com/emqx/emqx.git", {tag, "v5.1.2"}, "apps/emqx_utils"}},
8+
{emqx_durable_storage, {git_subdir, "https://github.com/emqx/emqx.git", {tag, "v5.1.2"}, "apps/emqx_durable_storage"}}
89
]}.
910

1011
{relx, [

0 commit comments

Comments
 (0)