feat: update greptimedb dependencies

This commit is contained in:
Dennis Zhuang 2023-07-04 15:19:14 +08:00 committed by firest
parent 417e017498
commit 6d9944a8e8
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
{emqx_connector, {path, "../../apps/emqx_connector"}},
{emqx_resource, {path, "../../apps/emqx_resource"}},
{emqx_bridge, {path, "../../apps/emqx_bridge"}},
{greptimedb_client_erl, {git, "https://github.com/GreptimeTeam/greptimedb-client-erl", {tag, "v0.1.0"}}}
{greptimedb_client_erl, {git, "https://github.com/GreptimeTeam/greptimedb-client-erl", {tag, "v0.1.1"}}}
]}.
{plugins, [rebar3_path_deps]}.
{project_plugins, [erlfmt]}.

View File

@ -1,14 +1,14 @@
{application, emqx_bridge_greptimedb, [
{description, "An OTP library"},
{description, "EMQX GreptimeDB Bridge"},
{vsn, "0.1.0"},
{registered, []},
{applications, [
kernel,
stdlib
stdlib,
greptimedb
]},
{env, []},
{modules, []},
{licenses, ["Apache-2.0"]},
{links, []}
]}.