|
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 |
| - :dependencies [[nrepl "0.8.3"] |
8 |
| - ^:inline-dep [cider/orchard "0.8.0" :exclusions [com.google.code.findbugs/jsr305 com.google.errorprone/error_prone_annotations]] |
| 7 | + :dependencies [[nrepl "0.9.0"] |
| 8 | + ^:inline-dep [cider/orchard "0.9.0" :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 |
| - ^:inline-dep [fipp "0.6.24"] ; can be removed in unresolved-tree mode |
| 11 | + ^:inline-dep [fipp "0.6.25"] ; can be removed in unresolved-tree mode |
12 | 12 | ^:inline-dep [compliment "0.3.12"]
|
13 | 13 | ^:inline-dep [org.rksm/suitable "0.4.1" :exclusions [org.clojure/clojurescript]]
|
14 | 14 | ^:inline-dep [cljfmt "0.8.0" :exclusions [org.clojure/clojurescript]]
|
15 |
| - ^:inline-dep [org.clojure/tools.namespace "1.0.0"] |
| 15 | + ^:inline-dep [org.clojure/tools.namespace "1.2.0"] |
16 | 16 | ^:inline-dep [org.clojure/tools.trace "0.7.10"]
|
17 | 17 | ^:inline-dep [org.clojure/tools.reader "1.3.6"]]
|
18 | 18 | :exclusions [org.clojure/clojure] ; see Clojure version matrix in profiles below
|
|
64 | 64 | :sign-releases false}]]
|
65 | 65 |
|
66 | 66 | :profiles {:provided {:dependencies [[org.clojure/clojure "1.10.3"]
|
67 |
| - [org.clojure/clojurescript "1.10.866" :scope "provided"] |
| 67 | + [org.clojure/clojurescript "1.11.4" :scope "provided"] |
68 | 68 | [com.cognitect/transit-clj "1.0.324"]
|
69 | 69 | [com.fasterxml.jackson.core/jackson-core "2.10.2"]
|
70 | 70 | [commons-codec "1.11"]
|
|
143 | 143 | {:dependencies [[clj-kondo "2021.12.01"]]}]
|
144 | 144 |
|
145 | 145 | :eastwood [:test
|
146 |
| - {:plugins [[jonase/eastwood "1.0.0"]] |
| 146 | + {:plugins [[jonase/eastwood "1.1.0"]] |
147 | 147 | :eastwood {:config-files ["eastwood.clj"]
|
148 | 148 | :exclude-namespaces [cider.nrepl.middleware.test-filter-tests]
|
149 | 149 | :ignored-faults {:unused-ret-vals-in-try {cider.nrepl.middleware.profile-test [{:line 25}]}
|
|
0 commit comments