apex
apex copied to clipboard
Custom muuntaja dependency missing
When adding apex as a dependency to 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.
I suggest excluding the juxt fork of muutaja (with exclusions). It's only a small fix for text/* that isn't necessary.