Skip to content

Commit

Permalink
chore: update emqx depency version (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
urvashijain18 authored Jun 28, 2024
1 parent 23c55f4 commit e171174
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions gg/rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
%% SPDX-License-Identifier: Apache-2.0

{deps, [
{emqx, {git_subdir, "https://github.com/emqx/emqx.git", {tag, "v5.1.1"}, "apps/emqx"}},
{emqx_ctl, {git_subdir, "https://github.com/emqx/emqx.git", {tag, "v5.1.1"}, "apps/emqx_ctl"}},
{emqx_utils, {git_subdir, "https://github.com/emqx/emqx.git", {tag, "v5.1.1"}, "apps/emqx_utils"}}
{emqx, {git_subdir, "https://github.com/emqx/emqx.git", {tag, "v5.1.2"}, "apps/emqx"}},
{emqx_ctl, {git_subdir, "https://github.com/emqx/emqx.git", {tag, "v5.1.2"}, "apps/emqx_ctl"}},
{emqx_utils, {git_subdir, "https://github.com/emqx/emqx.git", {tag, "v5.1.2"}, "apps/emqx_utils"}},
{emqx_durable_storage, {git_subdir, "https://github.com/emqx/emqx.git", {tag, "v5.1.2"}, "apps/emqx_durable_storage"}}
]}.

{relx, [
Expand Down

0 comments on commit e171174

Please sign in to comment.