Skip to content

Commit

Permalink
Bump version to Elixir v1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Dec 20, 2024
1 parent 04a93c0 commit b2152c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-rc.0"
@elixir_requirement "~> 1.18"
@version "0.15.0-dev"
@description "Automate code & data workflows with interactive notebooks"

Expand Down
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
elixir="1.18.0-rc.0"
elixir="1.18.0"
otp="27.2"
openssl="1.1.1s"
rebar3="3.22.0"
Expand Down

0 comments on commit b2152c2

Please sign in to comment.