|
15 | 15 | ^:inline-dep [rewrite-clj "0.6.1"]
|
16 | 16 | ^:inline-dep [cljs-tooling "0.3.1"]
|
17 | 17 | ^:inline-dep [version-clj "0.1.2"]]
|
| 18 | + :exclusions [org.clojure/clojure] ; see versions matrix below |
| 19 | + |
18 | 20 | :deploy-repositories [["clojars" {:url "https://clojars.org/repo"
|
19 | 21 | :username :env/clojars_username
|
20 | 22 | :password :env/clojars_password
|
|
24 | 26 | :expositions [[org.clojure/tools.analyzer.jvm org.clojure/tools.analyzer]]
|
25 | 27 | :unresolved-tree false}
|
26 | 28 | :filespecs [{:type :bytes :path "refactor-nrepl/refactor-nrepl/project.clj" :bytes ~(slurp "project.clj")}]
|
27 |
| - :profiles {:provided {:dependencies [[cider/cider-nrepl "0.20.0"] |
| 29 | + |
| 30 | + :profiles {;; Clojure versions matrix |
| 31 | + :provided {:dependencies [[cider/cider-nrepl "0.20.0"] |
28 | 32 | [org.clojure/clojure "1.8.0"]]}
|
29 |
| - :test {:dependencies [[print-foo "1.0.2"]] |
30 |
| - :src-paths ["test/resources"]} |
31 | 33 | :1.8 {:dependencies [[org.clojure/clojure "1.8.0"]
|
32 | 34 | [org.clojure/clojurescript "1.8.51"]
|
33 | 35 | [javax.xml.bind/jaxb-api "2.3.1"]]}
|
|
36 | 38 | [javax.xml.bind/jaxb-api "2.3.1"]]}
|
37 | 39 | :1.10 {:dependencies [[org.clojure/clojure "1.10.1"]
|
38 | 40 | [org.clojure/clojurescript "1.10.520"]]}
|
| 41 | + |
| 42 | + :test {:dependencies [[print-foo "1.0.2"]] |
| 43 | + :src-paths ["test/resources"]} |
39 | 44 | :dev {:plugins [[jonase/eastwood "0.2.0"]]
|
40 | 45 | :global-vars {*warn-on-reflection* true}
|
41 | 46 | :dependencies [[org.clojure/clojurescript "1.9.946"]
|
|
0 commit comments