Skip to content

Commit 7595983

Browse files
committed
Keep 1.18 as the required elixir version
1 parent 364fa68 commit 7595983

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ end
55
defmodule Livebook.MixProject do
66
use Mix.Project
77

8-
@elixir_requirement "~> 1.20"
8+
@elixir_requirement "~> 1.18"
99
@version "0.20.0-dev"
1010
@description "Automate code & data workflows with interactive notebooks"
1111

0 commit comments

Comments
 (0)