فهرست منبع

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

Zaiming Shi 5 سال پیش
والد
کامیت
d3fda0f944
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      apps/emqx_coap/rebar.config

+ 1 - 1
apps/emqx_coap/rebar.config

@@ -1,6 +1,6 @@
 {deps,
 {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}]}.
 {edoc_opts, [{preprocess, true}]}.