mirror of
https://github.com/sbt/sbt.git
synced 2026-09-05 01:03:36 +02:00
In some cases the dependency extraction may encounter a null `TypeTree` (eg. arguments of macro annotations that are untyped). In such cases, we simply ignore the node. Fixes #1593, #1655.