sbt, the interactive build tool
Go to file
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
internal Move HListFormats to collection to drop cache->collection dep 2017-07-03 12:04:44 +01:00
project Contraband update 2017-07-01 07:47:19 -04:00
util-cache Move HListFormats to collection to drop cache->collection dep 2017-07-03 12:04:44 +01:00
util-tracking Adds overrides for File-based caching 2017-04-17 10:24:54 -04:00
.gitignore Add target/ to .gitignore 2016-04-07 12:47:36 +02:00
.java-version Scala 2.12 2016-12-22 11:59:00 -05:00
.travis.yml Bump to using sbt 1.0.0-M6 2017-06-14 01:39:49 -04:00
CONTRIBUTING.md Adds overrides for File-based caching 2017-04-17 10:24:54 -04:00
LICENSE Update CONTRIBUTING.md 2014-04-14 12:16:06 -04:00
NOTICE Update CONTRIBUTING.md 2014-04-14 12:16:06 -04:00
README.md Adds overrides for File-based caching 2017-04-17 10:24:54 -04:00
build.sbt Move HListFormats to collection to drop cache->collection dep 2017-07-03 12:04:44 +01:00

README.md

utility modules for sbt