mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-04 20:14:57 +08:00
Relax Elixir requirements on mix.exs to allow 1.19.0-dev
This commit is contained in:
parent
cd46b5c667
commit
04a93c0dcc
1 changed files with 1 additions and 1 deletions
2
mix.exs
2
mix.exs
|
@ -5,7 +5,7 @@ end
|
|||
defmodule Livebook.MixProject do
|
||||
use Mix.Project
|
||||
|
||||
@elixir_requirement "~> 1.18.0-rc.0"
|
||||
@elixir_requirement "~> 1.18-rc.0"
|
||||
@version "0.15.0-dev"
|
||||
@description "Automate code & data workflows with interactive notebooks"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue