Fork me on GitHub
#protorepl
<
2017-07-18
>
danp07:07:19

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?

genec11:07:33

@danp No I hadn't, thanks for the link. I added the dep to my project.clj and that did the trick. Thanks.

danp11:07:54

genec: 👍