fix: update grpc deps & deps in root rebar.config

This commit is contained in:
DDDHuang 2022-06-16 10:49:53 +08:00
parent daa87e525f
commit fcdb6217db
3 changed files with 3 additions and 6 deletions

View File

@ -4,9 +4,7 @@
{grpc_plugin, {git, "https://github.com/HJianBo/grpc_plugin", {tag, "v0.10.2"}}}
]}.
{deps,
[{grpc, {git, "https://github.com/emqx/grpc-erl", {tag, "0.6.3"}}}
]}.
{deps, []}.
{grpc,
[{protos, ["priv/protos"]},

View File

@ -12,9 +12,7 @@
{grpc_plugin, {git, "https://github.com/HJianBo/grpc_plugin", {tag, "v0.10.2"}}}
]}.
{deps,
[{grpc, {git, "https://github.com/emqx/grpc-erl", {tag, "0.6.3"}}}
]}.
{deps, []}.
{grpc,
[{type, all},

View File

@ -61,6 +61,7 @@
, {lc, {git, "https://github.com/emqx/lc.git", {tag, "0.3.1"}}}
, {mongodb, {git,"https://github.com/emqx/mongodb-erlang", {tag, "v3.0.13"}}}
, {epgsql, {git, "https://github.com/emqx/epgsql.git", {tag, "4.6.0"}}}
, {grpc, {git, "https://github.com/emqx/grpc-erl", {tag, "0.6.5"}}}
]}.
{xref_ignores,