aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.md b/README.md
index c900182..5fd89e5 100644
--- a/README.md
+++ b/README.md
@@ -118,12 +118,9 @@ Missing features in comparison with SBT
---------------------------------------
Not implemented yet, but rather easily possible without API changes or
-major refactors is concurrently building / downloading dependencies and
+major refactors is concurrently building dependencies and
running tests. Right now it is sequential.
-
-CBT allows tasks to lazily depend on other tasks.
-SBT currently does not, because it uses an Applicative, not a Monad, so
-task dependencies are eager.
+Maven downloads already happen in parallel as well as some tasks like packaging.
Another edge case that may need a solution is dynamically overwriting
tasks. SBT allows that. Classes and traits are static. The only use