From 5b1b105f3c9692b6e5303fa0aa16b1b42533f7aa Mon Sep 17 00:00:00 2001 From: Yosuke Hara Date: Thu, 28 Dec 2017 10:13:22 +0900 Subject: [PATCH] manager: Bump Leo's libs --- apps/leo_manager/rebar.config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/leo_manager/rebar.config b/apps/leo_manager/rebar.config index 849383b5..dff5b37a 100644 --- a/apps/leo_manager/rebar.config +++ b/apps/leo_manager/rebar.config @@ -24,12 +24,12 @@ {deps, [ {leo_commons, ".*", {git, "https://github.com/leo-project/leo_commons.git", {tag, "1.1.13"}}}, - {leo_logger, ".*", {git, "https://github.com/leo-project/leo_logger.git", {tag, "1.3.4"}}}, - {leo_object_storage, ".*", {git, "https://github.com/leo-project/leo_object_storage.git", {tag, "1.3.21"}}}, + {leo_logger, ".*", {git, "https://github.com/leo-project/leo_logger.git", {tag, "1.3.5"}}}, + {leo_object_storage, ".*", {git, "https://github.com/leo-project/leo_object_storage.git", {tag, "1.3.22"}}}, {leo_redundant_manager, ".*", {git, "https://github.com/leo-project/leo_redundant_manager.git", {tag, "1.9.55"}}}, - {leo_rpc, ".*", {git, "https://github.com/leo-project/leo_rpc.git", {tag, "0.10.15"}}}, - {leo_statistics, ".*", {git, "https://github.com/leo-project/leo_statistics.git", {tag, "1.1.20"}}}, - {leo_s3_libs, ".*", {git, "https://github.com/leo-project/leo_s3_libs.git", {tag, "1.2.16"}}}, + {leo_rpc, ".*", {git, "https://github.com/leo-project/leo_rpc.git", {tag, "0.10.16"}}}, + {leo_statistics, ".*", {git, "https://github.com/leo-project/leo_statistics.git", {tag, "1.1.21"}}}, + {leo_s3_libs, ".*", {git, "https://github.com/leo-project/leo_s3_libs.git", {tag, "1.2.17"}}}, {jiffy, ".*", {git, "https://github.com/davisp/jiffy.git", {tag, "0.14.8"}}}, {meck, ".*", {git, "https://github.com/eproxus/meck.git", {tag, "0.8.6"}}}, {sd_notify, ".*", {git, "https://github.com/systemd/erlang-sd_notify.git", {tag, "v1.0"}}, [raw]}