mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-04 18:54:33 +08:00
Bump Elixir and Erlang versions (#2505)
This commit is contained in:
parent
3162d2536c
commit
f260ee08d7
2 changed files with 3 additions and 6 deletions
|
@ -809,9 +809,6 @@ defmodule Livebook.Runtime.ErlDist.RuntimeServer do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
# TODO: remove once CI runs Elixir v1.16.2
|
|
||||||
@compile {:no_warn_undefined, {Mix, :install_project_dir, 0}}
|
|
||||||
|
|
||||||
defp install_project_dir() do
|
defp install_project_dir() do
|
||||||
# TODO: remove the check once we require Elixir v1.16.2
|
# TODO: remove the check once we require Elixir v1.16.2
|
||||||
if Code.ensure_loaded?(Mix) && function_exported?(Mix, :install_project_dir, 0) do
|
if Code.ensure_loaded?(Mix) && function_exported?(Mix, :install_project_dir, 0) do
|
||||||
|
|
6
versions
6
versions
|
@ -1,6 +1,6 @@
|
||||||
elixir="1.16.0"
|
elixir="1.16.2"
|
||||||
otp="26.2.1"
|
otp="26.2.3"
|
||||||
openssl="1.1.1s"
|
openssl="1.1.1s"
|
||||||
rebar3="3.22.0"
|
rebar3="3.22.0"
|
||||||
debian="bookworm-20231009-slim"
|
debian="bookworm-20240130-slim"
|
||||||
ubuntu="focal-20231003"
|
ubuntu="focal-20231003"
|
||||||
|
|
Loading…
Add table
Reference in a new issue