You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To silence this warning when opening SBT:
```
[warn] there are 2 keys that are not used by any other settings/tasks:
[warn]
[warn] * scala2-library-bootstrapped / Compile / compile / logLevel
[warn] +- /Users/mbovel/dotty/project/Build.scala:1083
[warn] * scala2-library-cc / Compile / compile / logLevel
[warn] +- /Users/mbovel/dotty/project/Build.scala:1083
[warn]
[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
```
0 commit comments