mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-06 21:14:26 +08:00
Update Elixir requirement in mix.exs
This commit is contained in:
parent
14aca09470
commit
626ea9781a
1 changed files with 1 additions and 1 deletions
2
mix.exs
2
mix.exs
|
@ -1,7 +1,7 @@
|
||||||
defmodule Livebook.MixProject do
|
defmodule Livebook.MixProject do
|
||||||
use Mix.Project
|
use Mix.Project
|
||||||
|
|
||||||
@elixir_requirement "~> 1.14.2 or ~> 1.15-dev"
|
@elixir_requirement "~> 1.15.2"
|
||||||
@version "0.12.0-dev"
|
@version "0.12.0-dev"
|
||||||
@description "Automate code & data workflows with interactive notebooks"
|
@description "Automate code & data workflows with interactive notebooks"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue