sbt/main
Eugene Yokota 0712811dff [2.0.x] Cache analysis using file last modified
**Problem**
Current MixedAnalyzingCompiler analysis cache caches using the last write,
assuming all writing happens via it. However, this doesn't work with
sbt 2.x caching system where the gz file under it can switch.

**Solution**
This switches to using caffeine caching, which includes file size
and file timestamp for local analysis caching.
2026-05-14 01:35:39 -04:00
..
src [2.0.x] Cache analysis using file last modified 2026-05-14 01:35:39 -04:00
NOTICE Transfer copyright to Scala Center 2023-06-20 16:39:07 +02:00