Skip to content

Commit 087b654

Browse files
committed
Update to Elixir 1.14
1 parent 3090fdb commit 087b654

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
nodejs 16.16.0
2-
erlang 25.0.3
3-
elixir 1.13.4-otp-25
2+
erlang 25.0.4
3+
elixir 1.14.0-otp-25
44
python 3.10.4

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ defmodule ComponentsGuide.MixProject do
77
[
88
app: :components_guide,
99
version: @version,
10-
elixir: "~> 1.12",
10+
elixir: "~> 1.13",
1111
elixirc_paths: elixirc_paths(Mix.env()),
1212
compilers: [:phoenix] ++ Mix.compilers(),
1313
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)