deps.edn manager can't parse dependency with $ in it #40341
Unanswered
danielcompton
asked this question in
Request Help
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
How are you running Renovate?
Self-hosted Renovate
Which platform you running Renovate on?
GitHub.com
Which version of Renovate are you using?
42.74.6
Please tell us more about your question or problem
I have a
deps.ednfile which includes this dependencyio.netty/netty-transport-native-epoll$linux-aarch_64 {:mvn/version "4.2.3.Final"}e.g.
{:deps {io.netty/netty-transport-native-epoll$linux-aarch_64 {:mvn/version "4.2.3.Final"}}}When I run renovate, I get a warning:
"Failed to look up clojure package linux-aarch_64:linux-aarch_64"
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions