diff options
| -rw-r--r-- | erlang.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
