This message was deleted.
# dependency-management
s
This message was deleted.
j
Pick the id from the accessor and use id function instead of alias one
put a random version like 1.0.0
v
The suggestions of Javi were either-or, not both
I usually just use
?
as version in those cases.
The version doesn't matter as it is ignored anyway as long as it is coming from an included build
👍 1
e
not that it matters but I feel
+
would better represent "any version" since it already means that elsewhere
v
Well, that does not mean "any", but "latest". 🙂 I intentionally do not use something that is otherwise valid, because I just have it there to trick the validation. If I ever change something so that a version is resolved there, I want it to fail, hence the
?
which would be invalid in that case.