firest 1 год назад
Родитель
Сommit
92afc9c21e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      apps/emqx_bridge_iotdb/rebar.config

+ 1 - 1
apps/emqx_bridge_iotdb/rebar.config

@@ -10,7 +10,7 @@
     {emqx_resource, {path, "../../apps/emqx_resource"}},
     {emqx_resource, {path, "../../apps/emqx_resource"}},
     {emqx_bridge, {path, "../../apps/emqx_bridge"}},
     {emqx_bridge, {path, "../../apps/emqx_bridge"}},
     {emqx_bridge_http, {path, "../emqx_bridge_http"}},
     {emqx_bridge_http, {path, "../emqx_bridge_http"}},
-    {iotdb, {git, "https://github.com/emqx/iotdb-client-erl.git", {tag, "0.1.9"}}}
+    {iotdb, {git, "https://github.com/emqx/iotdb-client-erl.git", {tag, "0.2.0"}}}
 ]}.
 ]}.
 {plugins, [rebar3_path_deps]}.
 {plugins, [rebar3_path_deps]}.
 {project_plugins, [erlfmt]}.
 {project_plugins, [erlfmt]}.