Skip to content

Commit 4d1ca05

Browse files
committed
erlang 21+ is required
Unit tests currently fail on erlang < 21 due to failure coming in from gun.
1 parent 3937530 commit 4d1ca05

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rebar.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@
2727
]}.
2828

2929
{profiles, [{test, [{deps, [meck]}]}]}.
30+
{minimum_otp_vsn, "21.0"}.

0 commit comments

Comments
 (0)