Skip to content

Commit

Permalink
Relax Elixir requirements on mix.exs to allow 1.19.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Dec 16, 2024
1 parent cd46b5c commit 04a93c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 04a93c0

Please sign in to comment.