Skip to content

Commit

Permalink
Merge pull request #67 from wrachwal/dewarn-v1.11
Browse files Browse the repository at this point in the history
Eliminate warning raised by Elixir v1.11 compiler
  • Loading branch information
fireproofsocks authored Jul 8, 2021
2 parents 36644ba + 4152daa commit f954475
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 @@ -11,7 +11,7 @@ defmodule LoggerFileBackend.Mixfile do
end

def application do
[applications: []]
[extra_applications: [:logger]]
end

defp description do
Expand Down

0 comments on commit f954475

Please sign in to comment.