fix: remove duplicate references
This commit is contained in:
parent
034fa3b9be
commit
a1ef677e33
|
@ -24,7 +24,6 @@
|
|||
{deps, [
|
||||
{lc, {git, "https://github.com/emqx/lc.git", {tag, "0.2.1"}}},
|
||||
{gproc, {git, "https://github.com/uwiger/gproc", {tag, "0.8.0"}}},
|
||||
{typerefl, {git, "https://github.com/ieQu1/typerefl", {tag, "0.8.6"}}},
|
||||
{jiffy, {git, "https://github.com/emqx/jiffy", {tag, "1.0.5"}}},
|
||||
{cowboy, {git, "https://github.com/emqx/cowboy", {tag, "2.9.0"}}},
|
||||
{esockd, {git, "https://github.com/emqx/esockd", {tag, "5.9.1"}}},
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
%% -*- mode: erlang -*-
|
||||
|
||||
{deps,
|
||||
[ {typerefl, {git, "https://github.com/ieQu1/typerefl", {tag, "0.8.6"}}}
|
||||
, {emqx, {path, "../emqx"}}
|
||||
]}.
|
||||
{deps, [{emqx, {path, "../emqx"}}]}.
|
||||
|
||||
{edoc_opts, [{preprocess, true}]}.
|
||||
{erl_opts, [warn_unused_vars,
|
||||
|
|
Loading…
Reference in New Issue