Skip to content

Commit

Permalink
Prepare for Erlang OTP/26 (#4465)
Browse files Browse the repository at this point in the history
  • Loading branch information
big-r81 committed Mar 11, 2023
1 parent 5b5a1c2 commit dff0144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config.script
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ end.
AddConfig = [
{cover_enabled, true},
{cover_print_enabled, true},
{require_otp_vsn, "23|24|25"},
{require_otp_vsn, "23|24|25|26"},
{deps_dir, "src"},
{deps, lists:map(MakeDep, DepDescs ++ OptionalDeps)},
{sub_dirs, SubDirs},
Expand Down

0 comments on commit dff0144

Please sign in to comment.