Closed elbrujohalcon closed 1 year ago
Basically set minimum_otp_version to 23 and remove all the -if(?OTP_RELEASE >= 23). switches from everywhere.
minimum_otp_version
23
-if(?OTP_RELEASE >= 23).
We should probably think about adding a badge to the README, but I'm not sure how easily maintainable that'll be.
e.g. rebar3 has this
rebar3
Basically set
minimum_otp_version
to23
and remove all the-if(?OTP_RELEASE >= 23).
switches from everywhere.