Bump URI dependency to 0.8
collinhundley opened this issue · 5 comments
SPM dependencies are a pain right now. Bumping the URI minor version to 8 would resolve some conflicts I'm encountering, and might for other people as well.
@collinhundley yeah man! the infinite snapshots are driving me crazy! what exactly are the issues you're having?
The conflict actually occurs in open-swift/C7, but the branch diverges here in this package. URI v0.7 requires C7 v0.7, but other packages in my project require C7v0.8. Bumping URI to v0.8 here will also bump the C7 dependency to v0.8.
I'm actually pretty new to SPM - are there better ways to deal with dependency conflicts?
@collinhundley unfortunately not yet. SPM itself is very new. :/ ok let me update.
Thanks!
Bumped dependencies and tagged as 0.8.0 👍