Merge pull request #12837 from id/0405-ecql-gen_statem
chore: bump ecql version to 0.7.0
This commit is contained in:
commit
b6dc52020d
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
{erl_opts, [debug_info]}.
|
{erl_opts, [debug_info]}.
|
||||||
{deps, [
|
{deps, [
|
||||||
{ecql, {git, "https://github.com/emqx/ecql.git", {tag, "v0.6.1"}}},
|
{ecql, {git, "https://github.com/emqx/ecql.git", {tag, "v0.7.0"}}},
|
||||||
{emqx_connector, {path, "../../apps/emqx_connector"}},
|
{emqx_connector, {path, "../../apps/emqx_connector"}},
|
||||||
{emqx_resource, {path, "../../apps/emqx_resource"}},
|
{emqx_resource, {path, "../../apps/emqx_resource"}},
|
||||||
{emqx_bridge, {path, "../../apps/emqx_bridge"}}
|
{emqx_bridge, {path, "../../apps/emqx_bridge"}}
|
||||||
|
|
Loading…
Reference in New Issue