From b5cb8d4b3944f4b33d500969814929e3e19d6ce7 Mon Sep 17 00:00:00 2001 From: zhongwencool Date: Wed, 25 Mar 2020 14:37:33 +0800 Subject: [PATCH] upgrade plugin deps --- rebar.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rebar.config b/rebar.config index d0a48e4..3a9eed5 100644 --- a/rebar.config +++ b/rebar.config @@ -23,6 +23,6 @@ ]}. {plugins, [ - {rebar3_gpb_plugin, "2.12.5"}, - {rebar3_eetcd_plugin, "0.1.3"} + {rebar3_gpb_plugin, "2.13.0"}, + {rebar3_eetcd_plugin, "0.2.0"} ]}.