From 65b1ce80d97ae74d5e4da44043547366cdb11301 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Mon, 3 Jan 2022 11:47:43 +0100 Subject: [PATCH] chore: fix deps discrepancy --- apps/emqx_dashboard/rebar.config | 2 +- apps/emqx_prometheus/rebar.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/emqx_dashboard/rebar.config b/apps/emqx_dashboard/rebar.config index 618fc203d..bd765fa4b 100644 --- a/apps/emqx_dashboard/rebar.config +++ b/apps/emqx_dashboard/rebar.config @@ -1,4 +1,4 @@ -{deps, [ {typerefl, {git, "https://github.com/k32/typerefl", {tag, "0.8.5"}}} +{deps, [ {typerefl, {git, "https://github.com/k32/typerefl", {tag, "0.8.6"}}} , {emqx, {path, "../emqx"}} ]}. diff --git a/apps/emqx_prometheus/rebar.config b/apps/emqx_prometheus/rebar.config index a12e3092d..9cd506995 100644 --- a/apps/emqx_prometheus/rebar.config +++ b/apps/emqx_prometheus/rebar.config @@ -2,7 +2,7 @@ [ %% FIXME: tag this as v3.1.3 {prometheus, {git, "https://github.com/emqx/prometheus.erl", {ref, "9994c76adca40d91a2545102230ccce2423fd8a7"}}}, {hocon, {git, "https://github.com/emqx/hocon.git", {tag, "0.22.2"}}}, - {minirest, {git, "https://github.com/emqx/minirest", {tag, "1.2.7"}}} + {minirest, {git, "https://github.com/emqx/minirest", {tag, "1.2.9"}}} ]}. {edoc_opts, [{preprocess, true}]}.