jakemcc / test-refresh

Refreshes and reruns clojure.tests in your project.
393 stars 28 forks source link

Update clojure.tools.namespace to 0.2.10 to monitor .cljc files #29

Closed viesti closed 9 years ago

viesti commented 9 years ago

With the introduction of reader conditionals, there's a new type of clojure file (.cljc). clojure.tools.namespace version 0.2.10 detects these, so bumping this dependency would detect changes in .cljc files also.

jakemcc commented 9 years ago

Upgraded to 0.2.10 and released [com.jakemccrary/lein-test-refresh 0.8.0]. Thanks for pointing it out.