We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1517c76 commit f2b83f8Copy full SHA for f2b83f8
project.clj
@@ -22,9 +22,12 @@
22
^:source-dep [org.clojure/tools.namespace "0.3.0-alpha4"]
23
^:source-dep [org.clojure/tools.trace "0.7.10"]
24
^:source-dep [org.clojure/tools.reader "1.2.2"]]
25
- :plugins [[thomasa/mranderson "0.4.9"]]
26
:exclusions [org.clojure/clojure]
27
+ :implicits false
28
+ :plugins [[thomasa/mranderson "0.4.9"]]
29
+ :middleware [mranderson.plugin/middleware]
30
+
31
:filespecs [{:type :bytes :path "cider/cider-nrepl/project.clj" :bytes ~(slurp "project.clj")}]
32
33
:test-paths ["test/common"] ;; See `test-clj` and `test-cljs` profiles below.
0 commit comments