refactor(emqx_coap): pin gen_coap 0.3.1 for dialyzer warning fix

This commit is contained in:
Zaiming Shi 2020-12-01 10:01:08 +01:00
parent 19edda4136
commit d3fda0f944
1 changed files with 1 additions and 1 deletions

View File

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