Skip to content

Commit 2e27773

Browse files
committed
Add :xmerl to the extra applications list since we use it for xml parsing
1 parent 3e23ea5 commit 2e27773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ defmodule FlameEC2.MixProject do
4545
end
4646

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

5050
# Run "mix help deps" to learn about dependencies.
5151
defp deps do

0 commit comments

Comments
 (0)