[1.3.0-RC1] update task fails even if UpdateConfiguration.withMissingOk(true)
See original GitHub issueThat’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
Issue Analytics
- State:
- Created 4 years ago
- Reactions:122
- Comments:6 (4 by maintainers)
Top 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 >
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 Free
Top 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
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?
I had to re-enable coursier because of https://github.com/sbt/sbt/issues/5263 but now I am hitting this problem instead.