Merge pull request #8012 from DDDHuang/pgsql_emqx
fix: epgsql use emqx fork
This commit is contained in:
commit
5ab6943133
|
@ -1,5 +1,5 @@
|
|||
{deps,
|
||||
[{epgsql, {git, "https://github.com/epgsql/epgsql.git", {tag, "4.6.0"}}}
|
||||
[{epgsql, {git, "https://github.com/emqx/epgsql.git", {tag, "4.6.0"}}}
|
||||
]}.
|
||||
|
||||
{erl_opts, [warn_unused_vars,
|
||||
|
|
Loading…
Reference in New Issue