$ absent target/scala-2.12/resolution-cache
> compile
$ exists target/scala-2.12/resolution-cache
> checkLastUpdateTime
$ sleep 5000
> compile
# This is expected to fail
-> checkLastUpdateTime
> set forceUpdatePeriod := Some(new scala.concurrent.duration.FiniteDuration(5000, java.util.concurrent.TimeUnit.MILLISECONDS))
> compile
> checkLastUpdateTime
