|
10 | 10 | :1.9 {:override-deps {org.clojure/clojure {:mvn/version "1.9.0"}}}
|
11 | 11 | :1.10 {:override-deps {org.clojure/clojure {:mvn/version "1.10.3"}}}
|
12 | 12 | ;; We also test against
|
13 |
| - :1.11 {:override-deps {org.clojure/clojure {:mvn/version "1.11.0-beta1"}}} |
| 13 | + :1.11 {:override-deps {org.clojure/clojure {:mvn/version "1.11.0-rc1"}}} |
14 | 14 |
|
15 | 15 | ;;
|
16 | 16 | ;; ClojureScript version we test with (and support)
|
|
56 | 56 | :extra-paths ["target/test-doc-blocks/test"]}
|
57 | 57 |
|
58 | 58 | ;; kaocha for testing clojure versions>= v1.9
|
59 |
| - :kaocha {:extra-deps {lambdaisland/kaocha {:mvn/version "1.62.993"} |
| 59 | + :kaocha {:extra-deps {lambdaisland/kaocha {:mvn/version "1.63.998"} |
60 | 60 | lambdaisland/kaocha-junit-xml {:mvn/version "0.0.76"}
|
61 | 61 | lambdaisland/kaocha-cloverage {:mvn/version "1.0.75"}}
|
62 | 62 | :main-opts ["-m" "kaocha.runner"]}
|
|
89 | 89 | cli-matic/cli-matic {:mvn/version "0.4.3"}}}
|
90 | 90 |
|
91 | 91 | :apply-import-vars {:override-deps {org.clojure/clojure {:mvn/version "1.10.3"}}
|
92 |
| - :extra-deps {metosin/malli {:mvn/version "0.8.1"} |
| 92 | + :extra-deps {metosin/malli {:mvn/version "0.8.3"} |
93 | 93 | io.aviso/pretty {:mvn/version "1.1.1"}}
|
94 | 94 | :ns-default lread.apply-import-vars}
|
95 | 95 |
|
|
104 | 104 | :extra-deps {com.github.clj-easy/graal-build-time {:mvn/version "0.1.4"}}}
|
105 | 105 |
|
106 | 106 | :sci-test {:extra-paths ["target/generated/sci-test/src"]
|
107 |
| - :extra-deps {lread/sci-test {:git/url "https://github.com/lread/sci-test.git" |
108 |
| - :sha "eb8f57aebd5b050603285a49d3e64a9878503fb3"}}} |
| 107 | + :extra-deps {lread/sci-test {:git/url "https://github.com/lread/sci-test.git" |
| 108 | + :sha "414abb99e643f6591f88c38eb03c72b79e448b7e" }}} |
109 | 109 |
|
110 | 110 | :native-test {:extra-paths ["target/generated/graal"]}
|
111 | 111 |
|
|
123 | 123 | ;;
|
124 | 124 | ;; Deployment
|
125 | 125 | ;;
|
126 |
| - :build {:deps {io.github.clojure/tools.build {:git/tag "v0.7.5" :git/sha "34727f7"} |
| 126 | + :build {:deps {io.github.clojure/tools.build {:git/tag "v0.7.7" :git/sha "1474ad6"} |
127 | 127 | io.github.slipset/deps-deploy {:sha "d1fac08888ec8beda0579d3071bb9f804a1d446c"}
|
128 | 128 | com.camsaul/whitespace-linter {:mvn/version "2022.01.27.04.43"}}
|
129 | 129 | :ns-default build}
|
130 | 130 |
|
131 | 131 | ;;
|
132 | 132 | ;; Maintenance support
|
133 | 133 | ;;
|
134 |
| - :outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "1.4.0"} |
| 134 | + :outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "1.5.0"} |
135 | 135 | org.slf4j/slf4j-simple {:mvn/version "1.7.36"} ;; to rid ourselves of logger warnings
|
136 | 136 | }
|
137 | 137 | :override-deps {org.clojure/clojure {:mvn/version "1.10.3"}}
|
138 | 138 | :main-opts ["-m" "antq.core"
|
| 139 | + "--ignore-locals" |
139 | 140 | "--exclude=lambdaisland/[email protected]" ;; https://github.com/lambdaisland/kaocha/issues/208
|
140 | 141 | "--exclude=com.bhauman/[email protected]" ;; deployment was botched, some components missing
|
141 | 142 | ]}}}
|
0 commit comments