@genec, have you looked at https://github.com/jasongilman/proto-repl-demo
If you take a look at the project.clj
, you'll see some dependencies - there's a reference to [org.clojure/tools.namespace "0.2.11"]
in the :dev
deps, which may be whats missing?
@danp No I hadn't, thanks for the link. I added the dep to my project.clj and that did the trick. Thanks.
genec: 👍