chore: bump ecql version to 0.7.0

PR: https://github.com/emqx/ecql/pull/13
No functional changes, just switch gen_fsm to gen_statem.
This commit is contained in:
Ivan Dyachkov 2024-04-05 13:31:33 +02:00
parent 70396e9766
commit be47fe49ad
1 changed files with 1 additions and 1 deletions

View File

@ -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"}}