Skip to content

Commit

Permalink
Update Elixir and Erlang versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
zorn committed Oct 4, 2024
1 parent 9805b15 commit 0952daa
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 @@
erlang 27.0.1
elixir 1.17.2-otp-27
erlang 27.1.1
elixir 1.17.3-otp-27
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule Flick.MixProject do
[
app: :flick,
version: "0.1.0",
elixir: "~> 1.14",
elixir: "~> 1.17.3",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
aliases: aliases(),
Expand Down

0 comments on commit 0952daa

Please sign in to comment.