Просмотр исходного кода

Merge pull request #14430 from thalesmg/20241217-r58-fix-iotdb-mix

fix(new mix build): update iotdb driver version
Thales Macedo Garitezi 1 год назад
Родитель
Сommit
e6c16e56f1
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      apps/emqx_bridge_iotdb/mix.exs

+ 1 - 1
apps/emqx_bridge_iotdb/mix.exs

@@ -23,7 +23,7 @@ defmodule EMQXBridgeIotdb.MixProject do
 
   def deps() do
     [
-      {:iotdb, github: "emqx/iotdb-client-erl", tag: "0.1.5"},
+      {:iotdb, github: "emqx/iotdb-client-erl", tag: "0.2.0"},
       {:emqx_connector, in_umbrella: true, runtime: false},
       {:emqx_resource, in_umbrella: true},
       {:emqx_bridge, in_umbrella: true, runtime: false},