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}]}.