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

build: bump relup helper to 2.1.0

William Yang 3 лет назад
Родитель
Сommit
c0750b9946
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      rebar.config.erl

+ 1 - 1
rebar.config.erl

@@ -126,7 +126,7 @@ project_app_dirs(Edition) ->
 
 plugins() ->
     [
-        {relup_helper, {git, "https://github.com/emqx/relup_helper", {tag, "2.0.0"}}},
+        {relup_helper, {git, "https://github.com/emqx/relup_helper", {tag, "2.1.0"}}},
         %% emqx main project does not require port-compiler
         %% pin at root level for deterministic
         {pc, "v1.14.0"}