Skip to content

Commit

Permalink
Update elixir version
Browse files Browse the repository at this point in the history
  • Loading branch information
qgadrian committed Aug 2, 2023
1 parent fb168e2 commit 2c042df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
elixir 1.11.3-otp-23
erlang 23.2
erlang 26.0
elixir 1.15-otp-26
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defmodule Compox.MixProject do
extras: extras()
],
xref: [exclude: Postgrex.Protocol],
elixir: "~> 1.9",
elixir: "~> 1.15",
package: package(),
start_permanent: Mix.env() == :prod,
version: @version
Expand Down

0 comments on commit 2c042df

Please sign in to comment.