Fork me on GitHub
#boot
<
2018-01-13
>
theeternalpulse01:01:49

(set-env!
 :resource-paths #{"src"}
 :dependencies '[[quil "2.6.0"]
                 [org.clojure/clojure "1.9.0"]])
does this look right, doesn'tseem tobe working

theeternalpulse02:01:05

ok, got it working, added the dep but had to clear out my .m2, not sure why but the cider repl didn't seem to refresh it like the terminal did.