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
When adding apex as a dependency to deps.edn
deps.edn
; deps.edn apex/apex {:mvn/version "0.0.2"}
I get the following error:
Error building classpath. Could not find artifact com.github.juxt:muuntaja:jar:0.6.4-juxt-2 in central (https://repo1.maven.org/maven2/)
This dependency seems to be not available as Maven "package":
I tried to include the custom apex version of that library and build the latest version using jitpack.io
; deps.edn com.github.juxt/muuntaja {:mvn/version "0af289e"} ; ... :mvn/repos {... "jitpack" {:url "https://jitpack.io"}}
but it still fails with the same error.
Any idea how I can access / build this version of the library? Thanks.
The text was updated successfully, but these errors were encountered:
I suggest excluding the juxt fork of muutaja (with exclusions). It's only a small fix for text/* that isn't necessary.
text/*
Sorry, something went wrong.
No branches or pull requests
When adding apex as a dependency to
deps.edn
I get the following error:
This dependency seems to be not available as Maven "package":
I tried to include the custom apex version of that library and build the latest version using jitpack.io
but it still fails with the same error.
Any idea how I can access / build this version of the library?
Thanks.
The text was updated successfully, but these errors were encountered: