-
Notifications
You must be signed in to change notification settings - Fork 455
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
Support for other Scala versions #579
Comments
Would be happy to merge and release a PR for this! Besides the place you pointed out, the other affected locations are:
|
I realized that the version doesn't matter as long as it's used from Java because the version suffix is for binary compatibility. The formatting functionality doesn't change depending on the Scala version. Please close this issue if there is no concern. |
Thanks, useful to know! |
Currently, only Scala 2.11 is supported. It's better to have a parameter to specify the version from config file.
spotless/lib/src/main/java/com/diffplug/spotless/scala/ScalaFmtStep.java
Lines 45 to 46 in 54bd58d
The text was updated successfully, but these errors were encountered: