sbt/internal
Dale Wijnand f8d67d6837
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-03 12:04:44 +01:00
..
util-appmacro/src/main/scala/sbt/internal/util/appmacro Add -Ywarn-unused & -Ywarn-unused-import, & fix warnings 2016-06-19 11:42:31 +01:00
util-collection Move HListFormats to collection to drop cache->collection dep 2017-07-03 12:04:44 +01:00
util-complete Revert "Merge pull request #41 from eed3si9n/wip/2469" 2017-01-16 13:26:31 -05:00
util-control sbt.util.internal -> sbt.internal.util package 2015-09-05 00:51:58 -04:00
util-interface/src/main/java/xsbti use java.util.Optional in Position 2017-01-25 20:58:37 -05:00
util-logging clean up warnings 2017-07-01 07:47:39 -04:00
util-logic/src New house rules 2015-09-16 22:42:10 -04:00
util-relation/src sbt.util.internal -> sbt.internal.util package 2015-09-05 00:51:58 -04:00
util-scripted/src/main clean up warnings 2017-07-01 07:47:39 -04:00
util-testing/src/main/scala/sbt/internal/util sbt.util.internal -> sbt.internal.util package 2015-09-05 00:51:58 -04:00