From 22814dc1617fabf99968adf710f0319d8192f7cb Mon Sep 17 00:00:00 2001 From: Shawn <506895667@qq.com> Date: Mon, 20 Dec 2021 15:07:29 +0800 Subject: [PATCH] chore(coap): update gen_coap to v0.4.2 --- 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 0f8759b8a..e1da2c197 100644 --- a/apps/emqx_coap/rebar.config +++ b/apps/emqx_coap/rebar.config @@ -1,4 +1,4 @@ {deps, [ - {gen_coap, {git, "https://github.com/emqx/gen_coap", {tag, "v0.3.2"}}} + {gen_coap, {git, "https://github.com/emqx/gen_coap", {tag, "v0.4.2"}}} ]}.