mirror of
https://github.com/sbt/sbt.git
synced 2026-09-05 17:25:23 +02:00
* Updates to Coursier 2.0.7 https://github.com/coursier/sbt-coursier/releases/tag/v2.0.4 which includes https://github.com/coursier/coursier/releases/tag/v2.0.7 > Memo-ize classes that can be created at a high rate coursier.core.{Dependency, Module, Publication} are now memo-ized (using weak references). This can lower the amount of duplicate instances of these objects, and lower GC pressure.