Merge pull request #12837 from id/0405-ecql-gen_statem

chore: bump ecql version to 0.7.0
This commit is contained in:
Ivan Dyachkov 2024-04-05 15:37:37 +02:00 committed by GitHub
commit b6dc52020d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{erl_opts, [debug_info]}.
{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_resource, {path, "../../apps/emqx_resource"}},
{emqx_bridge, {path, "../../apps/emqx_bridge"}}