Fork me on GitHub
#malli
<
2019-10-03
>
beders19:10:19

hey there, I was trying to play with malli a bit today

beders19:10:27

having trouble downloading its dependencies though

beders19:10:45

I used the latest commit id and `{:git/url "https://github.com/metosin/malli" :sha "59b226968025502e3830f5c6404b0f95f8c080e6"}`

beders19:10:11

Not super familiar with deps I must admit

beders19:10:23

getting this error at the moment:

Error building classpath. Unable to compare versions for borkdude/edamame: {:mvn/version "0.0.5-SNAPSHOT", :deps/manifest :mvn} and {:git/url "", :sha "b577e565b136d3dd51945fe874049d4297946f57", :deps/manifest :deps, :deps/root "/Users/beders/.gitlibs/libs/borkdude/edamame/b577e565b136d3dd51945fe874049d4297946f57"}

ikitommi19:10:20

@beders hmm.. not sure what’s wrong with edamame, but this should work:

clj -Sdeps '{:deps {metosin/malli {:git/url "" :sha "10b09bef72a52755764ba21933edc983fc4135e7"}, borkdude/edamame {:git/url "", :sha "d7d0f12c336dc513702c8c704b147223f85e377f"}}}'

beders19:10:35

thank you!