Skip to content

Commit

Permalink
chore: bump elixir and erlang (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
zorn authored Dec 30, 2024
1 parent 125b139 commit 9282e2d
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.3-otp-27
erlang 27.1.3
elixir 1.18.0-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.17.3",
elixir: "~> 1.18.0",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
aliases: aliases(),
Expand Down

0 comments on commit 9282e2d

Please sign in to comment.