Both exgboost and mighty depend on exterval but they require different versions (and you cannot fix this with an override: true):
- exgboost:
{:exterval, "0.1.0"}
- mighty:
{:exterval, "0.2.0"}
Is there a reason not to upgrade exterval in exgboost to 0.2.0?
Would this be as simple as changing ~I to ~i or is there more to it?
Thanks!