sbt, the interactive build tool
Go to file
jvican 18a73db57d
Remove unnecessary F0, F1 and Maybe
`F0`, `F1` and `Maybe` have become useless since Java 8 introduced
`Supplier`, `Function` and `Optional` in the default Java 8 standard
library.

Therefore, they are not necessary anymore. This change is required to
change some Zinc's and sbt APIs. They are not widely used, so the
changes will be small.
2017-07-14 15:56:34 +02:00
internal Remove unnecessary F0, F1 and Maybe 2017-07-14 15:56:34 +02:00
project Remove modules that have moved back to sbt/sbt 2017-07-07 14:41:32 +01: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 Add caching to .travis.yml 2017-07-07 12:06:08 +01: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 Remove modules that have moved back to sbt/sbt 2017-07-07 14:41:32 +01:00

README.md

utility modules for sbt