Explorar o código

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

Zaiming Shi %!s(int64=5) %!d(string=hai) anos
pai
achega
d3fda0f944
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      apps/emqx_coap/rebar.config

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