mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-12-09 05:05:55 +08:00
Bump Rebar3 version
I picked 3.24.0 as that is used by Elixir. Closes #3104.
This commit is contained in:
parent
6fb11a54d9
commit
73731b7b88
1 changed files with 6 additions and 1 deletions
7
versions
7
versions
|
|
@ -1,5 +1,10 @@
|
|||
# When bumping the Erlang/OTP version, make sure the rebar3 version
|
||||
# supports that Erlang/OTP. Erlang/OTP guarantees byte code compatibility
|
||||
# across three versions. So, for example, if Rebar3 is compiled for 26,
|
||||
# then the executable will be good for 26..28. You can find the executable
|
||||
# version in Rebar3 CI files.
|
||||
elixir="1.19.3"
|
||||
otp="28.1.1"
|
||||
rebar3="3.24.0"
|
||||
openssl="1.1.1s"
|
||||
rebar3="3.22.0"
|
||||
ubuntu="noble-20251013"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue