We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Fix for #252
Sorry, something went wrong.
1704067
9da5575
Looks like the change breaks older versions of scalafmt?
Use guaranteed binary and source compatibility between releases of Sc…
3ae984a
…alafmt
This drops the support for scalafmt < v0.7.0-RC1. Is it good enough? It's a pretty old version...
I tried to run the tests with gradle test but it doesn't seem to be the way to do and the CONTRIBUTING.md doesn't specify how to run the tests...
gradle test
Great! All it needs now is updated CHANGES.md:
If your change only affects a build plugin, and not the lib, then you only need to update the CHANGES.md for that plugin.
If your change affects lib in an end-user-visible way (fixing a bug, updating a version) then you need to update CHANGES.md for both the lib and the build plugins. Users of a build plugin shouldn't have to refer to lib to see changes that affect them.
bump
Update CHANGE.md
a323bc6
4cbb787
Successfully merging this pull request may close these issues.