Fork me on GitHub
#leiningen
<
2016-03-18
>
nooga17:03:34

I have a problem with a project that uses a dependency from local maven repo: I installed X by running lein install in the project directory. Now I’m trying to build Y, which uses X as a dep. In Y: lein figwheel will run the app and everything is fine, lein ring server will complain about missing functions from X, lein uberjar will throw same errors as ring ...

nooga17:03:54

Where should I look for a fault?

nooga19:03:51

nevermind, I just had to clone Y again and it ran