mirror of
https://github.com/sbt/sbt.git
synced 2026-09-08 11:13:23 +02:00
It is expensive to compute the the hash of every jar on the classpath so we can try to avoid that by using the timeWrappedStamper which only computes the hash if the last modified time has changed.