summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <klishinm@vmware.com>2022-01-05 17:02:15 +0400
committerGitHub <noreply@github.com>2022-01-05 17:02:15 +0400
commite341f02cc46f93102a6ae3c47ececd0afe7cf3fb (patch)
tree325f94c89c944d6a66e4087de60dda6186517c73
parentfff86d75f7b24323c6ea817184ad7712b36dd43f (diff)
parent135128e929258ac152626d336dcb7e44719f3832 (diff)
downloadrabbitmq-server-git-e341f02cc46f93102a6ae3c47ececd0afe7cf3fb.tar.gz
Merge pull request #3957 from rabbitmq/rollback-rebar3_hex-version
Limit the version of rebar3_hex to v6
-rw-r--r--erlang.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/erlang.mk b/erlang.mk
index 7136106bdb..630b99f9ea 100644
--- a/erlang.mk
+++ b/erlang.mk
@@ -5645,7 +5645,7 @@ $(call comma_list,$(foreach d,$(DEPS),\
{$(call dep_name,$d)$(comma)"$(call dep_repo,$d)"},\
{$(call dep_name,$d)$(comma)".*"$(comma){git,"$(call dep_repo,$d)"$(comma)"$(call dep_commit,$d)"}})))
]}.
-{plugins, [rebar3_hex]}.
+{plugins, [{rebar3_hex, "~> 6.11"}]}.
{erl_opts, $(call compat_erlc_opts_to_list,$(ERLC_OPTS))}.
endef