Util 21.12.0
finaglehelper
released this
17 Dec 12:30
·
176 commits
to develop
since this release
21.12.0
Breaking API Changes
- util-core: Activity.collect* and Var.collect* are now implemented in terms of known collection
type scala.collection.Seq versus HKT CC[X] before. This allows for certain performance
enhancements as well as makes it more aligned with the Future.collect APIs.
caf528e2