dbuild icon indicating copy to clipboard operation
dbuild copied to clipboard

Report all missing Scala dependencies

Open gkossakowski opened this issue 10 years ago • 1 comments

At the moment dbuild will report just one missing Scala dependency that is not already added to the config file. It means one need to rerun dbuild for each missing dependency. Given that each dbuild invocation is quite slow, the experience of somebody adding a new project to dbuild configuration is not that great.

Possible workaround: fire up consoleProject and list all Scala dependencies. My sbt-foo is not good enough to offer a code snippet to run, though.

gkossakowski avatar Oct 03 '14 16:10 gkossakowski

yeah, this is a pain point

SethTisue avatar Sep 28 '16 19:09 SethTisue

not so painful anymore now that the 2.12 build is largely frozen and the 2.13 build was restructured

SethTisue avatar Nov 23 '22 03:11 SethTisue