Skip to content

Commit f2b83f8

Browse files
plexusbbatsov
authored andcommitted
Explicitly add mranderson middleware
This gets rid of a warning in the latest Leiningen.
1 parent 1517c76 commit f2b83f8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

project.clj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,12 @@
2222
^:source-dep [org.clojure/tools.namespace "0.3.0-alpha4"]
2323
^:source-dep [org.clojure/tools.trace "0.7.10"]
2424
^:source-dep [org.clojure/tools.reader "1.2.2"]]
25-
:plugins [[thomasa/mranderson "0.4.9"]]
2625
:exclusions [org.clojure/clojure]
2726

27+
:implicits false
28+
:plugins [[thomasa/mranderson "0.4.9"]]
29+
:middleware [mranderson.plugin/middleware]
30+
2831
:filespecs [{:type :bytes :path "cider/cider-nrepl/project.clj" :bytes ~(slurp "project.clj")}]
2932

3033
:test-paths ["test/common"] ;; See `test-clj` and `test-cljs` profiles below.

0 commit comments

Comments
 (0)