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.

[1.3.0-RC1] update task fails even if UpdateConfiguration.withMissingOk(true)

See original GitHub issue

That’s a regression in 1.3.0-RC1.

Reproducer:

  • include a missing libraryDependency
  • updateConfiguration := updateConfiguration.value.withMissingOk(true)
  • call update

Previously, the update call succeeded, now it fails.

This functionality is needed in sbt-dependency-graph to support showing graphs even if some dependencies are missing.

See also https://github.com/jrudolph/sbt-dependency-graph/issues/178

Ref https://github.com/coursier/coursier/issues/1541

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:122
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

4reactions
undrewbcommented, Apr 25, 2020

All the docs I can find via google tell me to use sbt-dependency-graph to view my dependency tree. I get why its broken but what is my alternative?

0reactions
steinybotcommented, May 11, 2020

I had to re-enable coursier because of https://github.com/sbt/sbt/issues/5263 but now I am hitting this problem instead.

Read more comments on GitHub >

github_iconTop Results From Across the Web

sbt Reference Manual — Combined Pages
Resolvers. Update Report. Cached Resolution. Tasks and Commands. Tasks. Caching ... sbt shell remembers history even if you exit sbt and restart it....
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