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
@raskam you can always fall back to passing in a coursier.Dependency to ivyDeps; could you try configuring one with the exclusion you want and seeing if that works?
Currently
Dep
only has an option to configure coursier attributes, but there's no way to configure coursier exclusions.Right now I'm using implicits to achieve this:
And usage:
Better would be of course to modify the
Dep
directly. I could make it into PR if you like the way it is implemented.The text was updated successfully, but these errors were encountered: