You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
require_otp_vsn on rebar.config is set to {require_otp_vsn, "R1[456]"}, which does not match with otp 17. It seems that {require_otp_vsn, "R1[456]|17"} works.
The text was updated successfully, but these errors were encountered:
require_otp_vsn
onrebar.config
is set to{require_otp_vsn, "R1[456]"}
, which does not match with otp 17. It seems that{require_otp_vsn, "R1[456]|17"}
works.The text was updated successfully, but these errors were encountered: