File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 83
83
cider.nrepl/wrap-undef
84
84
cider.nrepl/wrap-version]}
85
85
:dependencies [; ; For developing the Leiningen plugin.
86
- [leiningen-core " 2.8.3 " ]
86
+ [leiningen-core " 2.8.2 " ]
87
87
; ; For the boot tasks namespace
88
88
[boot/base " 2.8.2" ]
89
89
[boot/core " 2.8.2" ]]}
Original file line number Diff line number Diff line change 21
21
; ; See https://github.com/technomancy/leiningen/blob/master/doc/PLUGINS.md#project-middleware
22
22
(defn middleware
23
23
[{:keys [dependencies exclusions] :as project}]
24
- (let [lein-version-ok? (lein/version-satisfies? (lein/leiningen-version ) " 2.8.3 " )
24
+ (let [lein-version-ok? (lein/version-satisfies? (lein/leiningen-version ) " 2.8.2 " )
25
25
clojure-excluded? (some #(= % 'org.clojure/clojure) exclusions)
26
26
clojure-version (when-not clojure-excluded?
27
27
(->> dependencies
You can’t perform that action at this time.
0 commit comments