summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2020-01-08 10:37:09 +0100
committerPaweł Chmielowski <pchmielowski@process-one.net>2020-01-08 10:41:48 +0100
commit4c61e465cacec64c883789133b5d106ccda145ce (patch)
treed0175b0d87a6dea312a9abe3fc837226e79a078f /rebar.config
parentGenerate ejabberd.yml.5 man page from source code directly (diff)
Rename plugin to not clash with plugin from dep
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 902db8c7..af3ac2b3 100644
--- a/rebar.config
+++ b/rebar.config
@@ -109,7 +109,7 @@
{if_rebar3, {plugins, [rebar3_hex, {provider_asn1, "0.2.0"}]}}.
{if_not_rebar3, {plugins, [
- deps_erl_opts, override_deps_versions, override_opts, configure_deps,
+ deps_erl_opts, override_deps_versions2, override_opts, configure_deps,
{if_var_true, elixir, rebar_elixir_compiler},
{if_var_true, elixir, rebar_exunit}
]}}.