mirror of
https://github.com/sbt/sbt.git
synced 2026-08-22 14:17:13 +02:00
- remove unused type params - use `withFilter` if possible - use `collectFirst` instead of `collect` and `headOption` - use `length` instead of `size` if `Array` or `String` - use `foreach` instead of `map`