From d3fda0f9441ee7f2b8b5a0d656b9dc842aa30201 Mon Sep 17 00:00:00 2001 From: Zaiming Shi Date: Tue, 1 Dec 2020 10:01:08 +0100 Subject: [PATCH] refactor(emqx_coap): pin gen_coap 0.3.1 for dialyzer warning fix --- apps/emqx_coap/rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/emqx_coap/rebar.config b/apps/emqx_coap/rebar.config index dd1ad613e..0b85b4f18 100644 --- a/apps/emqx_coap/rebar.config +++ b/apps/emqx_coap/rebar.config @@ -1,6 +1,6 @@ {deps, [ - {gen_coap, {git, "https://github.com/emqx/gen_coap", {tag, "v0.3.0"}}} + {gen_coap, {git, "https://github.com/emqx/gen_coap", {tag, "v0.3.1"}}} ]}. {edoc_opts, [{preprocess, true}]}.