Просмотр исходного кода

test(helpers): upgrade ct-helpers to 1.3.9

JianBo He 5 лет назад
Родитель
Сommit
0e5fd67898
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      rebar.config.erl

+ 1 - 1
rebar.config.erl

@@ -99,7 +99,7 @@ test_plugins() ->
 
 test_deps() ->
     [ {bbmustache, "1.10.0"}
-    , {emqx_ct_helpers, {git, "https://github.com/emqx/emqx-ct-helpers", {tag, "1.3.6"}}}
+    , {emqx_ct_helpers, {git, "https://github.com/emqx/emqx-ct-helpers", {tag, "1.3.9"}}}
     , meck
     ].