Skip to content

Commit

Permalink
chore(Elixir): Fix warnings emitted by elixir 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
tomciopp committed Nov 3, 2023
1 parent b0bd5f8 commit 256ff5a
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 @@ -7,7 +7,7 @@ defmodule Waffle.Ecto.Mixfile do
[app: :waffle_ecto,
version: @version,
elixir: "~> 1.4",
elixirc_paths: elixirc_paths(Mix.env),
elixirc_paths: elixirc_paths(Mix.env()),
deps: deps(),
docs: docs(),

Expand Down

0 comments on commit 256ff5a

Please sign in to comment.