chore: move epgsql deps to the top-level rebar.config

This commit is contained in:
Shawn 2022-05-24 09:33:17 +08:00
parent 391c015154
commit 6e7cbc1b9b
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{deps,
[{epgsql, {git, "https://github.com/emqx/epgsql.git", {tag, "4.6.0"}}}
[
]}.
{erl_opts, [warn_unused_vars,

View File

@ -60,6 +60,7 @@
, {snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe.git", {tag, "0.15.0"}}}
, {lc, {git, "https://github.com/emqx/lc.git", {tag, "0.2.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"}}}
]}.
{xref_ignores,