Bladeren bron

chore: fix deps discrepancy

Zaiming (Stone) Shi 4 jaren geleden
bovenliggende
commit
65b1ce80d9
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 1 1
      apps/emqx_dashboard/rebar.config
  2. 1 1
      apps/emqx_prometheus/rebar.config

+ 1 - 1
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"}}
        ]}.
 

+ 1 - 1
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}]}.