Browse Source

fix(ft): synchronize erlcloud deps

Ilya Averyanov 2 years ago
parent
commit
5fdcfad60c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/emqx_bridge_dynamo/rebar.config

+ 1 - 1
apps/emqx_bridge_dynamo/rebar.config

@@ -1,6 +1,6 @@
 %% -*- mode: erlang; -*-
 %% -*- mode: erlang; -*-
 {erl_opts, [debug_info]}.
 {erl_opts, [debug_info]}.
-{deps, [ {erlcloud, {git, "https://github.com/emqx/erlcloud.git", {tag, "3.5.16-emqx-1"}}}
+{deps, [ {erlcloud, {git, "https://github.com/emqx/erlcloud", {tag, "3.6.8-emqx-1"}}}
        , {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"}}