summaryrefslogtreecommitdiff
path: root/project.clj
diff options
context:
space:
mode:
Diffstat (limited to 'project.clj')
-rw-r--r--project.clj3
1 files changed, 2 insertions, 1 deletions
diff --git a/project.clj b/project.clj
index 82812a6..f03e1ab 100644
--- a/project.clj
+++ b/project.clj
@@ -6,5 +6,6 @@
:deploy-repositories [["releases" {:sign-releases false :url "https://repo.clojars.org"}]
["snapshots" {:sign-releases false :url "https://repo.clojars.org"}]]
:dependencies [[org.clojure/clojure "1.11.0"]]
- :plugins [[lein-auto "0.1.3"]]
+ :plugins [[lein-auto "0.1.3"]
+ [lein-cloverage "1.2.3"]]
:repl-options {:init-ns clarktown.core})