From b20d9f8fd4cc9134c757b735af642f2499ad367f Mon Sep 17 00:00:00 2001 From: Jeff Newman Date: Wed, 16 Nov 2022 19:00:42 +0000 Subject: [PATCH] Include rebar3_hex in project_plugins, not plugins --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 6e7d51f..5c01bd1 100644 --- a/rebar.config +++ b/rebar.config @@ -22,4 +22,4 @@ deprecated_functions ]}. -{plugins, [rebar3_hex]}. +{project_plugins, [rebar3_hex]}.