|
84 | 84 |
|
85 | 85 | :dev/reloaded
|
86 | 86 | {:extra-paths ["dev" "test"]
|
87 |
| - :extra-deps {djblue/portal {:mvn/version "0.40.0"} ; portal data inspector |
| 87 | + :extra-deps {djblue/portal {:mvn/version "0.40.0"} ; portal data inspector |
88 | 88 | clj-commons/clj-yaml {:mvn/version "1.0.26"} ; portal yaml support (optional)
|
89 | 89 | integrant/repl {:mvn/version "0.3.2"}
|
90 | 90 | org.clojure/tools.namespace {:mvn/version "1.4.4"}
|
91 | 91 | org.clojure/tools.trace {:mvn/version "0.7.11"}
|
92 |
| - org.clojure/tools.deps.alpha {:git/url "https://github.com/clojure/tools.deps.alpha" |
93 |
| - :git/sha "e4fb92eef724fa39e29b39cc2b1a850567d490dd"} |
94 |
| - ;; find-deps/find-deps {:git/url "https://github.com/hagmonk/find-deps" |
95 |
| - ;; :sha "9bf23a52cb0a8190c9c2c7ad1d796da802f8ce7a"} |
96 | 92 | org.slf4j/slf4j-nop {:mvn/version "2.0.7"}
|
97 | 93 | com.brunobonacci/mulog {:mvn/version "0.9.0"}
|
98 | 94 | lambdaisland/kaocha {:mvn/version "1.82.1306"}
|
|
201 | 197 | :extra-deps {nrepl/nrepl {:mvn/version "1.0.0"}
|
202 | 198 | cider/cider-nrepl {:mvn/version "0.30.0"}
|
203 | 199 | com.bhauman/rebel-readline {:mvn/version "0.1.4"}
|
204 |
| - djblue/portal {:mvn/version "0.40.0"} ; portal data inspector |
| 200 | + djblue/portal {:mvn/version "0.40.0"} ; portal data inspector |
205 | 201 | clj-commons/clj-yaml {:mvn/version "1.0.26"} ; portal yaml support (optional)
|
206 | 202 | integrant/repl {:mvn/version "0.3.2"}
|
207 | 203 | org.clojure/tools.namespace {:mvn/version "1.4.4"}
|
208 | 204 | org.clojure/tools.trace {:mvn/version "0.7.11"}
|
209 |
| - org.clojure/tools.deps.alpha {:git/url "https://github.com/clojure/tools.deps.alpha" |
210 |
| - :git/sha "e4fb92eef724fa39e29b39cc2b1a850567d490dd"} |
211 |
| - ;; find-deps/find-deps {:git/url "https://github.com/hagmonk/find-deps" |
212 |
| - ;; :sha "9bf23a52cb0a8190c9c2c7ad1d796da802f8ce7a"} |
213 | 205 | org.slf4j/slf4j-nop {:mvn/version "2.0.7"}
|
214 | 206 | com.brunobonacci/mulog {:mvn/version "0.9.0"}
|
215 | 207 | lambdaisland/kaocha {:mvn/version "1.82.1306"}
|
|
0 commit comments