From 145958a1784626cd7c667d82ced014143ff0610e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3van=20S=2E=20Dippenaar?= Date: Thu, 4 Feb 2021 16:15:44 +1300 Subject: [PATCH] test(emqx-ct-helpers): version upgrade 1.3.5 --- rebar.config.erl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/rebar.config.erl b/rebar.config.erl index dd52173ae..3178b2cef 100644 --- a/rebar.config.erl +++ b/rebar.config.erl @@ -29,9 +29,8 @@ plugins() -> test_deps() -> [ {bbmustache, "1.10.0"} - %% , {emqx_ct_helpers, {git, "https://github.com/emqx/emqx-ct-helpers", {tag, "1.3.4"}}} - , {emqx_ct_helpers, {git, "https://github.com/jovdipp/emqx-ct-helpers.git", {branch, "tls-1.3"}}} - , meck + , {emqx_ct_helpers, {git, "https://github.com/emqx/emqx-ct-helpers", {tag, "1.3.5"}}} + , meck ]. profiles() ->