|
6 | 6 | :url "https://github.com/clojure-emacs/refactor-nrepl" |
7 | 7 | :license {:name "Eclipse Public License" |
8 | 8 | :url "https://www.eclipse.org/legal/epl-v10.html"} |
9 | | - :dependencies [[nrepl "1.0.0"] |
| 9 | + :dependencies [[nrepl "1.3.1" :exclusions [org.clojure/clojure]] |
10 | 10 | ^:inline-dep [compliment "0.7.0"] |
11 | 11 | ^:inline-dep [http-kit "2.5.0"] |
12 | 12 | ^:inline-dep [org.clojure/data.json "2.5.0"] |
13 | 13 | ^:inline-dep [org.clojure/tools.analyzer.jvm "1.3.2"] |
14 | 14 | ^:inline-dep [org.clojure/tools.namespace "1.5.0" :exclusions [org.clojure/tools.reader]] |
15 | 15 | ^:inline-dep [org.clojure/tools.reader "1.5.2"] |
16 | | - ^:inline-dep [cider/orchard "0.34.3"] |
| 16 | + ^:inline-dep [cider/orchard "0.34.3" :exclusions [org.clojure/clojure]] |
17 | 17 | ^:inline-dep [cljfmt "0.9.2" :exclusions [rewrite-clj rewrite-cljs]] |
18 | 18 | ^:inline-dep [clj-commons/fs "1.6.310"] |
19 | | - ^:inline-dep [rewrite-clj "1.1.47"] |
20 | | - ^:inline-dep [version-clj "2.0.2"]] |
21 | | - :exclusions [org.clojure/clojure] ; see versions matrix below |
| 19 | + ^:inline-dep [rewrite-clj "1.1.49"] |
| 20 | + ^:inline-dep [version-clj "2.0.3"]] |
| 21 | + ; see versions matrix below |
22 | 22 |
|
23 | 23 | :pedantic? ~(if (System/getenv "CI") |
24 | 24 | :abort |
|
34 | 34 | :unresolved-tree false} |
35 | 35 | :filespecs [{:type :bytes :path "refactor-nrepl/refactor-nrepl/project.clj" :bytes ~(slurp "project.clj")}] |
36 | 36 | :profiles {;; Clojure versions matrix |
37 | | - :provided {:dependencies [[cider/cider-nrepl "0.44.0"] |
38 | | - [org.clojure/clojure "1.11.1"] |
| 37 | + :provided {:dependencies [[cider/cider-nrepl "0.55.7"] |
| 38 | + [org.clojure/clojure "1.12.0"] |
39 | 39 | ;; For satisfying `:pedantic?`: |
40 | 40 | [com.google.code.findbugs/jsr305 "3.0.2"] |
41 | 41 | [com.google.errorprone/error_prone_annotations "2.20.0"]]} |
|
47 | 47 | :dependencies [[org.clojure/clojure "1.12.0-master-SNAPSHOT"] |
48 | 48 | [org.clojure/clojure "1.12.0-master-SNAPSHOT" :classifier "sources"]]} |
49 | 49 | :dev {} |
50 | | - :test {:dependencies [[cider/piggieback "0.5.3"] |
| 50 | + :test {:dependencies [[cider/piggieback "0.6.0"] |
51 | 51 | [org.clojure/clojurescript "1.11.60"] |
52 | 52 | [org.clojure/core.async "1.6.673" :exclusions [org.clojure/clojure org.clojure/tools.reader]] |
53 | | - [commons-io/commons-io "2.13.0"]] |
| 53 | + [commons-io/commons-io "2.13.0"] |
| 54 | + [leiningen-core "2.11.2" |
| 55 | + :exclusions [org.clojure/clojure |
| 56 | + commons-codec |
| 57 | + com.google.code.findbugs/jsr305]]] |
54 | 58 | :repl-options {:nrepl-middleware [cider.piggieback/wrap-cljs-repl]} |
55 | 59 | :jvm-opts ["-Dorchard.use-dynapath=false"] |
56 | 60 | :resource-paths ["test-resources" |
|
0 commit comments