mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-03-01 09:24:05 +08:00
Bump version to Elixir v1.18.0
This commit is contained in:
parent
04a93c0dcc
commit
b2152c2cea
2 changed files with 2 additions and 2 deletions
2
mix.exs
2
mix.exs
|
@ -5,7 +5,7 @@ end
|
|||
defmodule Livebook.MixProject do
|
||||
use Mix.Project
|
||||
|
||||
@elixir_requirement "~> 1.18-rc.0"
|
||||
@elixir_requirement "~> 1.18"
|
||||
@version "0.15.0-dev"
|
||||
@description "Automate code & data workflows with interactive notebooks"
|
||||
|
||||
|
|
2
versions
2
versions
|
@ -1,4 +1,4 @@
|
|||
elixir="1.18.0-rc.0"
|
||||
elixir="1.18.0"
|
||||
otp="27.2"
|
||||
openssl="1.1.1s"
|
||||
rebar3="3.22.0"
|
||||
|
|
Loading…
Reference in a new issue