mirror of
https://github.com/sbt/sbt.git
synced 2026-09-06 17:40:06 +02:00
18a73db57d8699d487918ed0ad441db3d3848854
`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.
utility modules for sbt
Languages
Scala
94.5%
Java
3.1%
Shell
1.1%
Batchfile
0.9%
Roff
0.2%
Other
0.1%