Update Elixir requirement in mix.exs

This commit is contained in:
Jonatan Kłosko 2023-10-25 02:00:14 +07:00
parent 9bd2dcb66c
commit aacbc85250

View file

@ -1,7 +1,7 @@
defmodule Livebook.MixProject do
use Mix.Project
@elixir_requirement "~> 1.14.2 or ~> 1.15-dev"
@elixir_requirement "~> 1.15.2"
@version "0.11.2"
@description "Automate code & data workflows with interactive notebooks"