sbt/internal
Dale Wijnand cc3f46f996
Move HListFormats to collection to drop cache->collection dep
Looks like the reason that util-cache depended on util-collection was to
define the sjson-new formats (HListFormats) for util-collection's HList.
Given that util-collection already depends on sjsonnew, HListFormats can
also be defined in util-collection.

All that was left then was (a) HListFormatSpec requires
sjsonnewScalaJson, so that was added in test scope, and (b) HListFormats
had to be dropped from sbt.util.CacheImplicits - HListFormats will have
to be imported and/or mixed-in where required downstream. For importing
convenience I defined a companion object.
2017-07-07 09:50:38 +01:00
..
util-collection Move HListFormats to collection to drop cache->collection dep 2017-07-07 09:50:38 +01:00
util-complete Revert "Merge pull request #41 from eed3si9n/wip/2469" 2017-07-07 09:50:31 +01:00
util-logic/src New house rules 2017-07-07 09:50:08 +01:00