-
-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: new tasks "useLatestReleases", "useLatestVersions", etc. #84
Comments
Did some researching. Like what the author of sbt-release said in the README, it doesn't seem to be a good idea to directly update the Then how do you think about introducing something like a |
I am not certain about this approach when it comes to dependency management because:
|
Related PR: #68 |
I've been trying things out today. I agree on the argument in #68 that updating
Please comment. |
I've been doing some experiments. When I remove the
And if I run
I think this suggests sbt is not merging library dependencies from different sources. When To solve this problem, one way I can think of is to transform the In summary, I don't think this separate ivy.xml solution is the right direction to continue on. |
Hi @leesah. To be honest I don't think anyone would be willing to replace their SBT dependency definitions with XML. One possible direction for exploration is to parse a build file (Scalameta?) to find where the version values are declared. This will allow upgrading dependencies even if their versions are declared as variables. |
I totally agree. That is for sure the perfect solution. I tried to work around it because I never worked with anything like a compiler etc., I don't really know where to start. I'll try to find some reading materials and see if I could manage. |
💯 That's one of the things I was hoping (finally) upgrading sbt to Scala 2.12 would allow for. |
I'd like to raise a feature request for something similar to what is provided in the
versions-maven-plugin
, for example:The text was updated successfully, but these errors were encountered: