would that fact that I'm using an uberjar be the reason why I can't seem to require some dependencies when connecting to a socket REPL? Seems to work ok in development
In dev REPL I can for example (require '[integrant.repl]), but in prod running via uberjar I get FileNotFoundException.
Hang on, that's not a good example as it probably doesn't get included in the production build
Ignore me - I was just trying to require namespaces that were only imported in the dev code and were thus not included in the uberjar