Relax Elixir requirements on mix.exs to allow 1.19.0-dev

This commit is contained in:
José Valim 2024-12-16 17:29:10 +01:00
parent cd46b5c667
commit 04a93c0dcc

View file

@ -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"