File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 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
:dependencies [[nrepl " 0.8.3" ]
8
- ^:inline-dep [cider/orchard " 0.7.2" ]
8
+ ^:inline-dep [cider/orchard " 0.7.2" :exclusions [com.google.code.findbugs/jsr305 com.google.errorprone/error_prone_annotations] ]
9
9
^:inline-dep [thunknyc/profile " 0.5.2" ]
10
10
^:inline-dep [mvxcvi/puget " 1.3.1" ]
11
11
^:inline-dep [fipp " 0.6.24" ] ; can be removed in unresolved-tree mode
17
17
^:inline-dep [org.clojure/tools.reader " 1.3.6" ]]
18
18
:exclusions [org.clojure/clojure] ; see Clojure version matrix in profiles below
19
19
20
+ :pedantic? ~(if (System/getenv " CI" )
21
+ :abort
22
+ ; ; :pedantic? can be problematic for certain local dev workflows:
23
+ false )
24
+
20
25
:plugins [[thomasa/mranderson " 0.5.3" ]]
21
26
:mranderson {:project-prefix " cider.nrepl.inlined-deps"
22
27
:overrides {[mvxcvi/puget fipp] [fipp " 0.6.18" ]} ; only takes effect in unresolved-tree mode
59
64
:sign-releases false }]]
60
65
61
66
:profiles {:provided {:dependencies [[org.clojure/clojure " 1.10.1" ]
62
- [org.clojure/clojurescript " 1.10.520 " :scope " provided" ]]
67
+ [org.clojure/clojurescript " 1.10.866 " :scope " provided" ]]
63
68
:test-paths [" test/spec" ]}
64
69
65
70
:1.8 {:dependencies [[org.clojure/clojure " 1.8.0" ]
You can’t perform that action at this time.
0 commit comments