|
42 | 42 |
|
43 | 43 | ;; document block testing
|
44 | 44 | :test-doc-blocks {:replace-deps {org.clojure/clojure {:mvn/version "1.10.3"}
|
45 |
| - com.github.lread/test-doc-blocks {:mvn/version "1.0.146-alpha"}} |
| 45 | + com.github.lread/test-doc-blocks {:mvn/version "1.0.166-alpha"}} |
46 | 46 | :replace-paths []
|
47 | 47 | :ns-default lread.test-doc-blocks
|
48 | 48 | :exec-args {:docs ["doc/01-user-guide.adoc"
|
|
66 | 66 | :main-opts ["-m" "cognitect.test-runner"]}
|
67 | 67 |
|
68 | 68 | ;; figwheel for clojurescript testing during dev
|
69 |
| - :fig-test {:extra-deps {com.bhauman/figwheel-main {:mvn/version "0.2.14"}} |
| 69 | + :fig-test {:extra-deps {com.bhauman/figwheel-main {:mvn/version "0.2.15-SNAPSHOT"}} |
70 | 70 | :override-deps {org.clojure/clojure {:mvn/version "1.10.3"}}
|
71 | 71 | :extra-paths ["target" "test"]
|
72 | 72 | :main-opts ["-m" "figwheel.main" "-b" "fig" "-r"]}
|
|
121 | 121 | ;;
|
122 | 122 | ;; Deployment
|
123 | 123 | ;;
|
124 |
| - :build {:deps {io.github.clojure/tools.build {:git/tag "v0.6.3" :git/sha "4a1b53a"} |
| 124 | + :build {:deps {io.github.clojure/tools.build {:git/tag "v0.6.8" :git/sha "d79ae84"} |
125 | 125 | io.github.slipset/deps-deploy {:sha "9b8db1f57722d19cf92de57ac7db28d71a915bcf"}
|
126 | 126 | ;; TODO: switch back to io.github.camsaul after https://github.com/camsaul/whitespace-linter/pull/8 merged
|
127 | 127 | io.github.lread/whitespace-linter {:sha "a5b5561ce4d199db54917390695449d9c59c38b6"}}
|
|
130 | 130 | ;;
|
131 | 131 | ;; Maintenance support
|
132 | 132 | ;;
|
133 |
| - :outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "1.2.0"} |
| 133 | + :outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "1.3.0"} |
134 | 134 | org.slf4j/slf4j-simple {:mvn/version "1.7.32"} ;; to rid ourselves of logger warnings
|
135 | 135 | }
|
136 | 136 | :override-deps {org.clojure/clojure {:mvn/version "1.10.3"}}
|
137 | 137 | :main-opts ["-m" "antq.core"
|
138 | 138 | "--exclude=lambdaisland/[email protected]" ;; https://github.com/lambdaisland/kaocha/issues/208
|
| 139 | + "--exclude=com.bhauman/[email protected]" ;; deployment was botched, some components missing |
139 | 140 | ]}}}
|
0 commit comments