mirror of
https://github.com/livebook-dev/livebook.git
synced 2026-01-08 16:48:35 +08:00
Update Elixir requirement in mix.exs
This commit is contained in:
parent
9bd2dcb66c
commit
aacbc85250
1 changed files with 1 additions and 1 deletions
2
mix.exs
2
mix.exs
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue