File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 4
4
:license {:name " Eclipse Public License"
5
5
:url " http://www.eclipse.org/legal/epl-v10.html" }
6
6
:scm {:name " git" :url " https://github.com/clojure-emacs/cider-nrepl" }
7
+
7
8
:dependencies [[nrepl " 0.6.0" ]
8
9
^:inline-dep [cider/orchard " 0.5.0-beta11" ]
9
10
^:inline-dep [thunknyc/profile " 0.5.2" ]
16
17
^:inline-dep [org.clojure/tools.namespace " 0.3.1" ]
17
18
^:inline-dep [org.clojure/tools.trace " 0.7.10" ]
18
19
^:inline-dep [org.clojure/tools.reader " 1.3.2" ]]
20
+ :exclusions [org.clojure/clojure] ; see Clojure version matrix in profiles below
21
+
19
22
:plugins [[thomasa/mranderson " 0.5.1" ]]
20
23
:mranderson {:project-prefix " cider.nrepl.inlined-deps"
21
24
:overrides {[mvxcvi/puget fipp] [fipp " 0.6.18" ]} ; only takes effect in unresolved-tree mode
22
25
:expositions [[mvxcvi/puget fipp]] ; only takes effect unresolved-tree mode
23
26
:unresolved-tree false }
24
27
25
- :exclusions [org.clojure/clojure]
26
-
27
28
:filespecs [{:type :bytes :path " cider/cider-nrepl/project.clj" :bytes ~(slurp " project.clj" )}]
28
29
29
30
:source-paths [" src" ]
You can’t perform that action at this time.
0 commit comments