Skip to content

Commit

Permalink
Fix ranch requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjan Scherpenisse committed Feb 3, 2021
1 parent f2b0094 commit 1aebbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
{smtp_rfc822_parse, return_error, 2}
]}.

{deps, [{ranch, ">= 1.7"},
{deps, [{ranch, ">= 1.7.0"},
{hut, "1.3.0"}]}.

{profiles,
Expand Down

0 comments on commit 1aebbb1

Please sign in to comment.