|
3 | 3 | :url "http://github.com/clojure-emacs/refactor-nrepl"
|
4 | 4 | :license {:name "Eclipse Public License"
|
5 | 5 | :url "http://www.eclipse.org/legal/epl-v10.html"}
|
6 |
| - :dependencies [[nrepl "0.4.4"] |
| 6 | + :dependencies [[nrepl "0.5.3"] |
7 | 7 | ^:inline-dep [http-kit "2.3.0"]
|
8 |
| - ^:inline-dep [cheshire "5.8.0"] |
9 |
| - ^:inline-dep [org.clojure/tools.analyzer.jvm "0.7.1"] |
| 8 | + ^:inline-dep [cheshire "5.8.1"] |
| 9 | + ^:inline-dep [org.clojure/tools.analyzer.jvm "0.7.2"] |
10 | 10 | ^:inline-dep [org.clojure/tools.namespace "0.3.0-alpha3" :exclusions [org.clojure/tools.reader]]
|
11 |
| - ^:inline-dep [org.clojure/tools.reader "1.1.1"] |
12 |
| - ^:inline-dep [cider/orchard "0.3.0"] |
13 |
| - ^:inline-dep [cljfmt "0.6.3"] |
14 |
| - ^:inline-dep [me.raynes/fs "1.4.6"] |
15 |
| - ^:inline-dep [rewrite-clj "0.6.0"] |
| 11 | + ^:inline-dep [org.clojure/tools.reader "1.3.2"] |
| 12 | + ^:inline-dep [cider/orchard "0.4.0"] |
| 13 | + ^:inline-dep [cljfmt "0.6.4"] |
| 14 | + ^:inline-dep [clj-commons/fs "1.5.0"] |
| 15 | + ^:inline-dep [rewrite-clj "0.6.1"] |
16 | 16 | ^:inline-dep [cljs-tooling "0.2.0"]
|
17 | 17 | ^:inline-dep [version-clj "0.1.2"]]
|
18 | 18 | :deploy-repositories [["clojars" {:url "https://clojars.org/repo"
|
|
24 | 24 | :expositions [[org.clojure/tools.analyzer.jvm org.clojure/tools.analyzer]]
|
25 | 25 | :unresolved-tree false}
|
26 | 26 | :filespecs [{:type :bytes :path "refactor-nrepl/refactor-nrepl/project.clj" :bytes ~(slurp "project.clj")}]
|
27 |
| - :profiles {:provided {:dependencies [[cider/cider-nrepl "0.18.0"] |
| 27 | + :profiles {:provided {:dependencies [[cider/cider-nrepl "0.20.0"] |
28 | 28 | [org.clojure/clojure "1.8.0"]]}
|
29 | 29 | :test {:dependencies [[print-foo "1.0.2"]]
|
30 | 30 | :src-paths ["test/resources"]}
|
31 | 31 | :1.8 {:dependencies [[org.clojure/clojure "1.8.0"]
|
32 | 32 | [org.clojure/clojurescript "1.8.51"]
|
33 | 33 | [javax.xml.bind/jaxb-api "2.3.1"]]}
|
34 | 34 | :1.9 {:dependencies [[org.clojure/clojure "1.9.0"]
|
35 |
| - [org.clojure/clojurescript "1.9.908"] |
| 35 | + [org.clojure/clojurescript "1.9.946"] |
36 | 36 | [javax.xml.bind/jaxb-api "2.3.1"]]}
|
37 | 37 | :1.10 {:dependencies [[org.clojure/clojure "1.10.0"]
|
38 |
| - [org.clojure/clojurescript "1.10.63"]]} |
| 38 | + [org.clojure/clojurescript "1.10.520"]]} |
39 | 39 | :dev {:plugins [[jonase/eastwood "0.2.0"]]
|
40 | 40 | :global-vars {*warn-on-reflection* true}
|
41 |
| - :dependencies [[org.clojure/clojurescript "1.9.89"] |
42 |
| - [cider/piggieback "0.3.8"] |
43 |
| - [leiningen-core "2.7.1"] |
| 41 | + :dependencies [[org.clojure/clojurescript "1.9.946"] |
| 42 | + [cider/piggieback "0.4.0"] |
| 43 | + [leiningen-core "2.9.0"] |
44 | 44 | [commons-io/commons-io "2.6"]]
|
45 | 45 | :repl-options {:nrepl-middleware [cider.piggieback/wrap-cljs-repl]}
|
46 | 46 | :java-source-paths ["test/java"]
|
|
0 commit comments