Skip to content

Commit 886a410

Browse files
committed
[Fix #524] Remove tools.nrepl from the dev
profile For some reason this resulted in it not being listed as a proper dependency of cider-nrepl. Lein profiles are complex...
1 parent 08e0287 commit 886a410

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

project.clj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@
7474
cider.nrepl/wrap-tracker
7575
cider.nrepl/wrap-undef
7676
cider.nrepl/wrap-version]}
77-
:dependencies [[org.clojure/tools.nrepl "0.2.13"]
78-
;; For developing the Leiningen plugin.
77+
:dependencies [;; For developing the Leiningen plugin.
7978
[leiningen-core "2.8.1"]
8079
;; For the boot tasks namespace
8180
[boot/base "2.7.2"]

0 commit comments

Comments
 (0)