chore: fix deps discrepancy
This commit is contained in:
parent
2898fa76e1
commit
65b1ce80d9
|
@ -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"}}
|
||||
]}.
|
||||
|
||||
|
|
|
@ -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}]}.
|
||||
|
|
Loading…
Reference in New Issue