tracks/clojure/project.clj in trackler-2.0.6.40 vs tracks/clojure/project.clj in trackler-2.0.6.41

- old
+ new

@@ -1,6 +1,9 @@ (defproject xclojure "0.1.0" :description "Exercism Exercises in Clojure" :url "https://github.com/exercism/xclojure" :test-paths ["_test"] + :source-paths ["_src"] + :aliases {"generate" ["run" "-m" "generator"]} :dependencies [[org.clojure/clojure "1.8.0"] - [cheshire "5.5.0"]]) + [cheshire "5.5.0"] + [stencil "0.5.0"]])