Skip to content

Commit 47525e6

Browse files
committed
Go back to leiningen-core 2.8.2
For some reason 2.8.3 is not available on Clojars.
1 parent 5244259 commit 47525e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
cider.nrepl/wrap-undef
8484
cider.nrepl/wrap-version]}
8585
:dependencies [;; For developing the Leiningen plugin.
86-
[leiningen-core "2.8.3"]
86+
[leiningen-core "2.8.2"]
8787
;; For the boot tasks namespace
8888
[boot/base "2.8.2"]
8989
[boot/core "2.8.2"]]}

src/cider_nrepl/plugin.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
;; See https://github.com/technomancy/leiningen/blob/master/doc/PLUGINS.md#project-middleware
2222
(defn middleware
2323
[{: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")
2525
clojure-excluded? (some #(= % 'org.clojure/clojure) exclusions)
2626
clojure-version (when-not clojure-excluded?
2727
(->> dependencies

0 commit comments

Comments
 (0)