Ecto and Ewx3 or how to handle dependencies

Hello,

in my umbrella project i use ecto 3.0.7, which has an optional dependency to poison 2.2. or 3.0
I wanted to add another dependency exw3, which depends on poison 4.0.1, but i am not able to use
exw3 because of ecto.
I already tried to use override: true, but i was not able to fix it.

How can i use both ecto and exw3 in the same project?

Thanks for your help.

Where did you put the override true?

1 Like