Skip to content

Commit f4a54e5

Browse files
committed
Tweak the project.clj
1 parent 312cb69 commit f4a54e5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

project.clj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
:license {:name "Eclipse Public License"
55
:url "http://www.eclipse.org/legal/epl-v10.html"}
66
:scm {:name "git" :url "https://github.com/clojure-emacs/cider-nrepl"}
7+
78
:dependencies [[nrepl "0.6.0"]
89
^:inline-dep [cider/orchard "0.5.0-beta11"]
910
^:inline-dep [thunknyc/profile "0.5.2"]
@@ -16,14 +17,14 @@
1617
^:inline-dep [org.clojure/tools.namespace "0.3.1"]
1718
^:inline-dep [org.clojure/tools.trace "0.7.10"]
1819
^:inline-dep [org.clojure/tools.reader "1.3.2"]]
20+
:exclusions [org.clojure/clojure] ; see Clojure version matrix in profiles below
21+
1922
:plugins [[thomasa/mranderson "0.5.1"]]
2023
:mranderson {:project-prefix "cider.nrepl.inlined-deps"
2124
:overrides {[mvxcvi/puget fipp] [fipp "0.6.18"]} ; only takes effect in unresolved-tree mode
2225
:expositions [[mvxcvi/puget fipp]] ; only takes effect unresolved-tree mode
2326
:unresolved-tree false}
2427

25-
:exclusions [org.clojure/clojure]
26-
2728
:filespecs [{:type :bytes :path "cider/cider-nrepl/project.clj" :bytes ~(slurp "project.clj")}]
2829

2930
:source-paths ["src"]

0 commit comments

Comments
 (0)