question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Very slow `sbt update` on multi-module projects

See original GitHub issue

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 - 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:open
  • Created 3 years ago
  • Comments:26 (21 by maintainers)

github_iconTop GitHub Comments

3reactions
craffitcommented, May 24, 2022

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)

3reactions
jtjeferreiracommented, Nov 20, 2020

@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…

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found