فهرست منبع

chore(deps): update some deps version

JianBo He 5 سال پیش
والد
کامیت
bc8ddb7213
2فایلهای تغییر یافته به همراه3 افزوده شده و 4 حذف شده
  1. 2 3
      rebar.config
  2. 1 1
      rebar.config.erl

+ 2 - 3
rebar.config

@@ -40,12 +40,11 @@
     , {ekka, {git, "https://github.com/emqx/ekka", {tag, "0.7.4"}}}
     , {gen_rpc, {git, "https://github.com/emqx/gen_rpc", {tag, "2.5.0"}}}
     , {cuttlefish, {git, "https://github.com/emqx/cuttlefish", {tag, "v3.0.0"}}}
-    , {minirest, {git, "https://github.com/emqx/minirest", {tag, "0.3.1"}}}
+    , {minirest, {git, "https://github.com/emqx/minirest", {tag, "0.3.2"}}}
     , {ecpool, {git, "https://github.com/emqx/ecpool", {tag, "0.5.0"}}}
     , {replayq, {git, "https://github.com/emqx/replayq", {tag, "v0.2.0"}}}
-    , {erlport, {git, "https://github.com/emqx/erlport", {tag, "v1.2.2"}}}
     , {pbkdf2, {git, "https://github.com/emqx/erlang-pbkdf2.git", {branch, "2.0.3"}}}
-    , {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.2.0"}}}
+    , {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.2.3"}}}
     , {rulesql, {git, "https://github.com/emqx/rulesql", {tag, "0.1.2"}}}
     , {getopt, "1.0.1"}
     ]}.

+ 1 - 1
rebar.config.erl

@@ -28,7 +28,7 @@ plugins() ->
 
 test_deps() ->
     [ {bbmustache, "1.10.0"}
-    , {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.2.0"}}}
+    , {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.2.3"}}}
     , {emqx_ct_helpers, {git, "https://github.com/emqx/emqx-ct-helpers", {tag, "1.3.0"}}}
     , meck
     ].