Isn't it odd that after switching from ivy to cour...
# general
m
Isn't it odd that after switching from ivy to coursier on my scala project I get different set of jar dependencies included in my fat jar via
./pants binary
? (judging by debug messages here https://github.com/pantsbuild/pants/blob/1.29.x/src/python/pants/backend/jvm/tasks/jvm_binary_task.py#L105 ) Any possible explanation / ideas for debugging this?
w
that’s pretty expected… ivy and coursier are very different codebases that are both trying to emulate maven
coursier is worth switching to though: it’s a much healthier, better maintained codebase.
and it’s much faster.