Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scalafix feat. Coursier re-downloads dependencies into a "null" folders on Windows #1056

Closed
melezov opened this issue Feb 8, 2020 · 1 comment

Comments

@melezov
Copy link

melezov commented Feb 8, 2020

Running scalafix on Windows produces "null" folder in project root due to a bug in Coursier path resolution (can be fixed by hardcoding COURSIER_CACHE env var).

SBT addressed this issue by upgrading to latest version where it was patched: sbt/sbt#5206

Unsure if this is a problem inside the sbt-scalafix plugin or scalafix - it looks like the plugin is relying on some obsolete https://github.com/olafurpg/coursier-small dependency.

PS: Could be related to #1049

@alexarchambault
Copy link

I guess this must be fixed, as scalafix now depends on coursier-interface rather than coursier-small.

@bjaglin bjaglin closed this as completed Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants