Skip to content

Commit

Permalink
Merge pull request #7 from abshierjoel/chore/add-logger-to-extra-apps
Browse files Browse the repository at this point in the history
chore: Add `:logger` to `extra_applications`
  • Loading branch information
abshierjoel authored Jun 28, 2024
2 parents 57a7315 + 11779e8 commit 5b788c2
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 @@ -21,7 +21,7 @@ defmodule TinyMaps.Mixfile do
end

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

defp hex_package do
Expand Down

0 comments on commit 5b788c2

Please sign in to comment.