Closed lasseebert closed 5 years ago
After https://github.com/vt-elixir/ja_serializer/pull/307, it is no longer possible to use ja_serializer without poison, since it is still part of the applications in mix.exs
applications
I guess this could just be replaced with extra_applications: [:logger].
extra_applications: [:logger]
Will make a PR ;)
After https://github.com/vt-elixir/ja_serializer/pull/307, it is no longer possible to use ja_serializer without poison, since it is still part of the
applications
in mix.exsI guess this could just be replaced with
extra_applications: [:logger]
.Will make a PR ;)