Skip to content

Commit 1aebbb1

Browse files
author
Arjan Scherpenisse
committedFeb 3, 2021
Fix ranch requirement
1 parent f2b0094 commit 1aebbb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎rebar.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{smtp_rfc822_parse, return_error, 2}
2323
]}.
2424

25-
{deps, [{ranch, ">= 1.7"},
25+
{deps, [{ranch, ">= 1.7.0"},
2626
{hut, "1.3.0"}]}.
2727

2828
{profiles,

0 commit comments

Comments
 (0)
Please sign in to comment.