You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
==> ex_cldr_units
Compiling 20 files (.ex)
warning: Phoenix.HTML.Safe.to_iodata/1 defined in application :phoenix_html is used by the current application but the current application does not depend on :phoenix_html. To fix this, you must do one of:
1. If :phoenix_html is part of Erlang/Elixir, you must include it under :extra_applications inside "def application" in your mix.exs
2. If :phoenix_html is a dependency, make sure it is listed under "def deps" in your mix.exs
3. In case you don't want to add a requirement to :phoenix_html, you may optionally skip this warning by adding [xref: [exclude: [Phoenix.HTML.Safe]]] to your "def project" in mix.exs
lib/cldr/protocol/phoenix_html_safe.ex:5: Phoenix.HTML.Safe.Cldr.Unit.to_iodata/1
Published ex_cldr_units version 3.12.1 to fix the issue by adding the xref option to mix.exs. The changelog entry is:
Bug Fixes
Remove compilation warning for Phoenix.HTML.Safe that was emitted since the :phoenix_html library is not a dependency. Thanks for @maennchen for the report. Fixes Compilation Warning #26.
Warning
Deps Versions
The text was updated successfully, but these errors were encountered: