Explorar el Código

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

Zaiming Shi hace 5 años
padre
commit
d3fda0f944
Se han modificado 1 ficheros con 1 adiciones y 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}]}.