Sfoglia il codice sorgente

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

chore: bump ecql version to 0.7.0
Ivan Dyachkov 1 anno fa
parent
commit
b6dc52020d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      apps/emqx_bridge_cassandra/rebar.config

+ 1 - 1
apps/emqx_bridge_cassandra/rebar.config

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