We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e23ea5 commit 2e27773Copy full SHA for 2e27773
mix.exs
@@ -45,7 +45,7 @@ defmodule FlameEC2.MixProject do
45
end
46
47
defp applications(:dev), do: applications(:all) ++ [:remixed_remix, :runtime_tools]
48
- defp applications(_all), do: [:logger]
+ defp applications(_all), do: [:logger, :xmerl]
49
50
# Run "mix help deps" to learn about dependencies.
51
defp deps do
0 commit comments