TD-269: Fix missing bender client dep (#28)

This commit is contained in:
Alexey S 2022-05-18 17:33:36 +03:00 committed by GitHub
parent 7318303acb
commit 83ee553fd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
{dmt_client, {git, "https://github.com/valitydev/dmt_client.git", {branch, "master"}}},
{scoper, {git, "https://github.com/valitydev/scoper.git", {branch, "master"}}},
{party_client, {git, "https://github.com/valitydev/party-client-erlang.git", {branch, "master"}}},
{bender_client, {git, "https://github.com/valitydev/bender_client_erlang.git", {branch, "master"}}},
{bender_client, {git, "https://github.com/valitydev/bender-client-erlang.git", {branch, "master"}}},
{erl_health, {git, "https://github.com/valitydev/erlang-health.git", {branch, "master"}}},
{fault_detector_proto, {git, "https://github.com/valitydev/fault-detector-proto.git", {branch, "master"}}},
{limiter_proto, {git, "https://github.com/valitydev/limiter-proto.git", {branch, "master"}}}

View File

@ -1,6 +1,6 @@
{"1.2.0",
[{<<"bender_client">>,
{git,"https://github.com/valitydev/bender_client_erlang.git",
{git,"https://github.com/valitydev/bender-client-erlang.git",
{ref,"29501d6f6425bc310ef6b37b62790126bdff356b"}},
0},
{<<"bender_proto">>,