Skip to content

Commit

Permalink
Changing elixir version
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew committed Aug 1, 2024
1 parent ce21131 commit 03f4866
Showing 1 changed file with 1 addition and 1 deletion.
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 TurnJunebugExpressway.Mixfile do
[
app: :turn_junebug_expressway,
version: "0.0.18",
elixir: "~> 1.16",
elixir: "~> 1.17",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:gettext] ++ Mix.compilers(),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 03f4866

Please sign in to comment.