sbt: Support nested version specifiers #39349
rafikk
started this conversation in
Suggest an Idea
Replies: 1 comment
-
|
#40699 is now open which fulfills this feature request. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Tell us more.
First of all, thanks for the excellent project!
We'd like to group our sbt-package updates based on shared variables. Right now, the following works:
However, we have several projects that use one of the following patterns instead:
or:
Both of these patterns produce errors with a
skipReasonofinvalid-value.Would it be possible to support these as well? One upside of this pattern is that PR names are better-formatted. I.e. instead of "update specs2version to v4.23.0" we get "update specs2 to v4.23.0".
Beta Was this translation helpful? Give feedback.
All reactions