Bump Elixir version

This commit is contained in:
Jonatan Kłosko 2024-06-19 22:21:39 +07:00
parent 0758c251c9
commit b49a57cfe5
2 changed files with 3 additions and 3 deletions

View file

@ -35,7 +35,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
* (Desktop) Running without requiring EPMD ([#2591](https://github.com/livebook-dev/livebook/pull/2591))
* Code cells are no longer formatted on save ([#2605](https://github.com/livebook-dev/livebook/pull/2605))
* Livebook within Docker to bind to IPv6 by default
* Bumped versions to Elixir 1.17.0 and OTP 27 in the Docker image and the desktop app
* Bumped versions to Elixir 1.17.1 and OTP 27 in the Docker image and the desktop app
* Livebook and runtimes to always run distribution in long names mode ([#2646](https://github.com/livebook-dev/livebook/pull/2646), [#2648](https://github.com/livebook-dev/livebook/pull/2648))
### Removed

View file

@ -1,6 +1,6 @@
elixir="1.17.0"
elixir="1.17.1"
otp="27.0"
openssl="1.1.1s"
rebar3="3.22.0"
debian="bookworm-20240513-slim"
debian="bookworm-20240612-slim"
ubuntu="focal-20240530"