chore: fix deps discrepancy

This commit is contained in:
Zaiming (Stone) Shi 2022-01-03 11:47:43 +01:00
parent 2898fa76e1
commit 65b1ce80d9
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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}]}.