From 86b45c28caccb91eeaac04ba7bed794f85d50d4b Mon Sep 17 00:00:00 2001 From: Yosuke Hara Date: Tue, 11 Jul 2017 16:17:39 +0900 Subject: [PATCH] gateway: Bump leo_watchdog --- apps/leo_gateway/rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/leo_gateway/rebar.config b/apps/leo_gateway/rebar.config index 4973982c..de96016e 100644 --- a/apps/leo_gateway/rebar.config +++ b/apps/leo_gateway/rebar.config @@ -31,7 +31,7 @@ {leo_redundant_manager, ".*", {git, "https://github.com/leo-project/leo_redundant_manager.git", {tag, "1.9.43"}}}, {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"}}}, - {leo_watchdog, ".*", {git, "https://github.com/leo-project/leo_watchdog.git", {tag, "1.0.0"}}}, + {leo_watchdog, ".*", {git, "https://github.com/leo-project/leo_watchdog.git", {tag, "1.0.1"}}}, {savanna_agent, ".*", {git, "https://github.com/leo-project/savanna_agent.git", {tag, "0.4.20"}}}, {erpcgen, ".*", {git, "https://github.com/leo-project/erpcgen.git", {tag, "0.2.5"}}}, {nfs_rpc_server, ".*", {git, "https://github.com/leo-project/nfs_rpc_server.git", {tag, "0.2.5"}}},