Skip to content
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

sbt warnings for scalaMajorVersion #701

Closed
ashawley opened this issue Nov 3, 2020 · 3 comments
Closed

sbt warnings for scalaMajorVersion #701

ashawley opened this issue Nov 3, 2020 · 3 comments

Comments

@ashawley
Copy link
Contributor

ashawley commented Nov 3, 2020

[warn] there are 2 keys that are not used by any other settings/tasks:
[warn]  
[warn] * bench / scalaMajorVersion
[warn]   +- scalacheck/build.sbt:19
[warn] * scalacheck / scalaMajorVersion
[warn]   +- scalacheck/build.sbt:5
@ashawley
Copy link
Contributor Author

ashawley commented Nov 3, 2020

There's also the following after, but I have no idea if it's related or not:

[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key

@SethTisue
Copy link
Member

SethTisue commented Nov 3, 2020

(yes, that's advice about how to deal with the first message, if it is found to be spurious)

@larsrh
Copy link
Contributor

larsrh commented Apr 10, 2021

Fixed by #786

@larsrh larsrh closed this as completed Apr 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants