From e1315d0520d7250d50965dea8ae84ee14288304e Mon Sep 17 00:00:00 2001 From: Yosuke Hara Date: Sat, 3 Jun 2017 22:22:35 +0900 Subject: [PATCH] manager: Bump Leo's libs --- apps/leo_manager/rebar.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/leo_manager/rebar.config b/apps/leo_manager/rebar.config index a3aba2cd..da79ed4f 100644 --- a/apps/leo_manager/rebar.config +++ b/apps/leo_manager/rebar.config @@ -25,8 +25,8 @@ {deps, [ {leo_commons, ".*", {git, "https://github.com/leo-project/leo_commons.git", {tag, "1.1.9"}}}, {leo_logger, ".*", {git, "https://github.com/leo-project/leo_logger.git", {tag, "1.2.5"}}}, - {leo_object_storage, ".*", {git, "https://github.com/leo-project/leo_object_storage.git", {tag, "1.3.7"}}}, - {leo_redundant_manager, ".*", {git, "https://github.com/leo-project/leo_redundant_manager.git", {tag, "1.9.40"}}}, + {leo_object_storage, ".*", {git, "https://github.com/leo-project/leo_object_storage.git", {tag, "1.3.8"}}}, + {leo_redundant_manager, ".*", {git, "https://github.com/leo-project/leo_redundant_manager.git", {tag, "1.9.41"}}}, {leo_rpc, ".*", {git, "https://github.com/leo-project/leo_rpc.git", {tag, "0.10.12"}}}, {leo_statistics, ".*", {git, "https://github.com/leo-project/leo_statistics.git", {tag, "1.1.17"}}}, {leo_s3_libs, ".*", {git, "https://github.com/leo-project/leo_s3_libs.git", {tag, "1.2.12"}}},