chore(system_monitor): Bump version to 3.0.3

This commit is contained in:
ieQu1 2022-04-22 12:58:18 +02:00
parent 9635361a89
commit 0bdb8e01a0
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ defmodule EMQXUmbrella.MixProject do
{:emqtt, github: "emqx/emqtt", tag: "1.5.0", override: true},
{:rulesql, github: "emqx/rulesql", tag: "0.1.4"},
{:observer_cli, "1.7.1"},
{:system_monitor, github: "ieQu1/system_monitor", tag: "3.0.2"},
{:system_monitor, github: "ieQu1/system_monitor", tag: "3.0.3"},
# in conflict by emqtt and hocon
{:getopt, "1.0.2", override: true},
{:snabbkaffe, github: "kafka4beam/snabbkaffe", tag: "0.18.0", override: true},

View File

@ -63,7 +63,7 @@
, {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.5.0"}}}
, {rulesql, {git, "https://github.com/emqx/rulesql", {tag, "0.1.4"}}}
, {observer_cli, "1.7.1"} % NOTE: depends on recon 2.5.x
, {system_monitor, {git, "https://github.com/ieQu1/system_monitor", {tag, "3.0.2"}}}
, {system_monitor, {git, "https://github.com/ieQu1/system_monitor", {tag, "3.0.3"}}}
, {getopt, "1.0.2"}
, {snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe.git", {tag, "0.18.0"}}}
, {hocon, {git, "https://github.com/emqx/hocon.git", {tag, "0.26.7"}}}