mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 16:39:24 +02:00
- Add UpdateReportCache case class wrapping UpdateReportLite with stats/stamps - Implement toCache/fromCache for conversion between UpdateReport and cache - Add readFrom/writeTo for CacheStore persistence with backward compatibility - Add fromLiteFull to JsonUtil for full reconstruction from lite format - Update LibraryManagement to use new persistence API - Add benchmark comparing full vs lite deserialization - Add unit tests for persistence correctness - Add scripted test for cache round-trip verification