Skip to content

Commit

Permalink
Add :xmerl to the extra applications list since we use it for xml par…
Browse files Browse the repository at this point in the history
…sing
  • Loading branch information
probably-not committed Jan 6, 2025
1 parent 3e23ea5 commit 2e27773
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 @@ -45,7 +45,7 @@ defmodule FlameEC2.MixProject do
end

defp applications(:dev), do: applications(:all) ++ [:remixed_remix, :runtime_tools]
defp applications(_all), do: [:logger]
defp applications(_all), do: [:logger, :xmerl]

# Run "mix help deps" to learn about dependencies.
defp deps do
Expand Down

0 comments on commit 2e27773

Please sign in to comment.