-
Notifications
You must be signed in to change notification settings - Fork 17
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
Update fansi to 0.4.0 #184
Conversation
The fansi dependency is not shaded so this is a small binary incompatible change. Without updating scalafmt-core has a binary compatiblity issue since it depends on sourcecode `0.3.0` through scalameta `trees` and on sourcecode `0.2.7` through fansi `0.3.0`. Updating fansi fixes this incompatibility.
Looks like we should also bump Scala JS, we haven't kept the repo up to date much 🤔 |
@tgodzik can you approve the pipeline again? |
Done! Though it seems now to be failing on native :/ Most likely a bump is needed there too |
Looks like it's almost done! We just need to pin the version on the windows runner to "windows-2019" to make the native tests pass. |
It's finally green! Thanks for the patience to approve all the workflows 😄. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for your pacience!
The fansi dependency is not shaded so this is a small binary incompatible change. Without updating scalafmt-core has a binary compatiblity issue since it depends on sourcecode
0.3.0
through scalametatrees
and on sourcecode0.2.7
through fansi0.3.0
. Updating fansi fixes this incompatibility.