We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Opening this deps.edn as a project:
{:deps {^:depot/ignore org.clojure/clojure {:mvn/version "1.10.1-beta2"}}}
Fails with:
For background, this metadata is for https://github.com/Olical/depot
The text was updated successfully, but these errors were encountered:
Metadata is not actually legal EDN https://github.com/edn-format/edn
Sorry, something went wrong.
While I think that's true according to the spec, it does seem to work:
Clojure 1.7.0 (clojure.edn/read-string "{:deps {^:depot/ignore org.clojure/clojure {:mvn/version \"1.10.1-beta2\"}}}") => {:deps {org.clojure/clojure {:mvn/version "1.10.1-beta2"}}}
No branches or pull requests
Opening this deps.edn as a project:
Fails with:
For background, this metadata is for https://github.com/Olical/depot
The text was updated successfully, but these errors were encountered: