Sfoglia il codice sorgente

chore: fix deps discrepancy

Zaiming (Stone) Shi 4 anni fa
parent
commit
65b1ce80d9
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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"}}
        , {emqx, {path, "../emqx"}}
        ]}.
        ]}.
 
 

+ 1 - 1
apps/emqx_prometheus/rebar.config

@@ -2,7 +2,7 @@
  [ %% FIXME: tag this as v3.1.3
  [ %% FIXME: tag this as v3.1.3
    {prometheus, {git, "https://github.com/emqx/prometheus.erl", {ref, "9994c76adca40d91a2545102230ccce2423fd8a7"}}},
    {prometheus, {git, "https://github.com/emqx/prometheus.erl", {ref, "9994c76adca40d91a2545102230ccce2423fd8a7"}}},
    {hocon, {git, "https://github.com/emqx/hocon.git", {tag, "0.22.2"}}},
    {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}]}.
 {edoc_opts, [{preprocess, true}]}.