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
From SBT release announce The convention for keys is now camelCase only.
So I suggest to rename keys and configuration. Camel case supported by 0.11, 0.12
http://www.scala-sbt.org/0.13.0/docs/Community/ChangeSummary_0.13.0.html
The text was updated successfully, but these errors were encountered:
@ezh you mention ? :
val sourceFiles = TaskKey[Seq[File]]("scct-merge-report-source-files") val merge = TaskKey[File]("scct-merge-report"
Sorry, something went wrong.
scct-merge-report-source-files -> scctMergeReportSourceFiles. Right now SBT 0.13 makes such conversion by default.
No branches or pull requests
From SBT release announce The convention for keys is now camelCase only.
So I suggest to rename keys and configuration.
Camel case supported by 0.11, 0.12
http://www.scala-sbt.org/0.13.0/docs/Community/ChangeSummary_0.13.0.html
The text was updated successfully, but these errors were encountered: