Skip to content

Commit

Permalink
Add eqwalizer_support
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuratczyk committed Feb 18, 2025
1 parent 91c7e13 commit ba51414
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -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, []}]}]
Expand Down

0 comments on commit ba51414

Please sign in to comment.