The internalDependencyClasspath task in sbt relies on the trackInternalDependencies setting, which is set to TrackAlways by default. This means that invoking this task can potentially trigger a ...