freebsd-ports/lang/elixir-devel/pkg-message
Dave Cottlehuber 990aeac4b4 lang/elixir-devel: update to 1.15.0
- https://elixir-lang.org/blog/2023/06/19/elixir-v1-15-0-released/

Note that Elixir now *requires* OTP25+ or better at runtime.

For the -devel flavour you are still free to choose OTP25 or
OTP26, but the default OTP24 from lang/erlang will *not* work.
2023-06-21 23:53:11 +00:00

24 lines
575 B
Text

[
{ type: install
message: <<EOM
Elixir requires a compatible Erlang/OTP runtime. Ensure that you have
one of the following installed:
- lang/erlang-runtime25 or newer
- lang/erlang-runtime26 or newer
Note that lang/erlang and erlang-runtime24 are no longer compatible.
EOM
}
{ type: upgrade
message: <<EOM
Elixir requires a compatible Erlang/OTP runtime. Ensure that you have
one of the following installed, as you prefer:
- lang/erlang-runtime25 or newer
- lang/erlang-runtime26 or newer
Note that lang/erlang and erlang-runtime24 are no longer compatible.
EOM
}
]