Very slow `sbt update` on multi-module projects
See original GitHub issueSame issue in sbt tracker: https://github.com/sbt/sbt/issues/5508
sbt update
with coursier takes 35+ seconds on this project with 20+ modules - https://github.com/jtjeferreira/sbt-multi-module-sample
Personally I’m experiencing sbt update
taking 4-5 Minutes on a 150+ module sbt project, update takes 3x more time than actually compiling said project
Issue Analytics
- State:
- Created 3 years ago
- Comments:26 (21 by maintainers)
Top Results From Across the Web
SBT export project structure extremely slow on multi module ...
The IDE is completely unusable when trying to update dependencies with our Scala-project of 23 modules. Using Ultimate Edition 2017.3.2 / Scala-plugin 2017.3....
Read more >Very slow `sbt update` on multi-module projects - - Bountysource
Same issue in sbt tracker: https://github.com/sbt/sbt/issues/5508. sbt update with coursier takes 35+ seconds on this project with 20+ modules ...
Read more >[sbt] Sbt update incredibly slow? - Google Groups
I'm just playing around with sbt, but noticed a very strange thing trying to compile a tiny sample sbt application as well as...
Read more >Slow SBT compile time when building release - Stack Overflow
I have a multi module Play (scala) project. Scala version 2.11.7. SBT version 0.13.8. The project looks like this, very simplified, ...
Read more >How to Speed up Your Maven Build - JRebel
Maven, or MVN, is a powerful software project management tool used in ... cache resolution, and, as we talk about below, slow build...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m looking at a slow multi-module
sbt update
(~130s in my case).This change gave some improvements in my case: https://github.com/coursier/coursier/pull/2420 (more info in the PR)
@oyvindberg fantastic work, this reduced
update
from 30s to 10s in my work project. I will update the sample project with new results and try to find where other bottlenecks might be…