|
22 | 22 | ;;
|
23 | 23 | :lint-cache {:replace-paths ["src"]} ;; when building classpath we want to exclude resources
|
24 | 24 | ;; so we do not pick up our own clj-kondo config exports
|
25 |
| - :clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version "2022.02.09"}} |
| 25 | + :clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version "2022.03.04"}} |
26 | 26 | :override-deps {org.clojure/clojure {:mvn/version "1.10.3"}}
|
27 | 27 | :main-opts ["-m" "clj-kondo.main"]}
|
28 | 28 |
|
29 |
| - :eastwood {:extra-deps {jonase/eastwood {:mvn/version "1.2.2"}} |
| 29 | + :eastwood {:extra-deps {jonase/eastwood {:mvn/version "1.2.3"}} |
30 | 30 | :main-opts ["-m" "eastwood.lint" {:source-paths ["src"]
|
31 | 31 | :test-paths ["test"]
|
32 | 32 | :add-linters [:performance]
|
|
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.3"} |
| 92 | + :extra-deps {metosin/malli {:mvn/version "0.8.4"} |
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 "414abb99e643f6591f88c38eb03c72b79e448b7e" }}} |
| 107 | + :extra-deps {lread/sci-test {:git/url "https://github.com/lread/sci-test.git" |
| 108 | + :sha "ea4bddfb91ede7e0e70cb4c7207a9813186a933a" }}} |
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.7" :git/sha "1474ad6"} |
| 126 | + :build {:deps {io.github.clojure/tools.build {:git/tag "v0.8.0" :git/sha "e3e3532"} |
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.5.0"} |
| 134 | + :outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "1.5.1"} |
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"}}
|
|
0 commit comments