diff --git a/rebar.config b/rebar.config index f874ee4..46d4881 100644 --- a/rebar.config +++ b/rebar.config @@ -1,5 +1,11 @@ {minimum_otp_vsn, "22.3"}. -{deps, []}. +{deps, [ + {eqwalizer_support, + {git_subdir, + "https://github.com/whatsapp/eqwalizer.git", + {branch, "main"}, + "eqwalizer_support"}} +]}. {project_plugins, [rebar3_hex]}. {profiles, [{test, [{deps, []}]}]