We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#306 (comment) says:
Could the examples use consistent formatting for select chains? I think
val foo = project .settings(...) .dependsOn(...)
is more common than
val foo = project. settings(...). dependsOn(...)
The text was updated successfully, but these errors were encountered:
Use the more common formatting for select chains in examples
0c7d0c7
Fixes sbt#308 Also drop usage of "varargs expansion" (`:_*`) when calling `.settings`.
dwijnand
No branches or pull requests
#306 (comment) says:
The text was updated successfully, but these errors were encountered: