File tree Expand file tree Collapse file tree 4 files changed +23
-22
lines changed Expand file tree Collapse file tree 4 files changed +23
-22
lines changed Original file line number Diff line number Diff line change 12
12
rewrite-clj.zip.subedit/edit->> clojure.core/->>
13
13
rewrite-clj.custom-zipper.switchable/defn-switchable clojure.core/defn}
14
14
:linters
15
- {:redundant-fn-wrapper {:level :warning }
15
+ {:redundant-str-call {:level :warning }
16
+ :redundant-fn-wrapper {:level :warning }
16
17
:unused-value {:level :warning }
17
18
:aliased-namespace-symbol {:level :warning }
18
19
:unknown-require-option {:level :off } ; ; overcome a wee bug in 2020-10-05 version
Original file line number Diff line number Diff line change 31
31
; ;
32
32
:lint-cache {:replace-paths [" src" ]} ; ; when building classpath we want to exclude resources
33
33
; ; so we do not pick up our own clj-kondo config exports
34
- :clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version " 2024.03.13 " }}
34
+ :clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version " 2024.05.22 " }}
35
35
:override-deps {org.clojure/clojure {:mvn/version " 1.11.3" }}
36
36
:main-opts [" -m" " clj-kondo.main" ]}
37
37
68
68
:extra-paths [" target/test-doc-blocks/test" ]}
69
69
70
70
; ; kaocha for testing clojure versions>= v1.9
71
- :kaocha {:extra-deps {lambdaisland/kaocha {:mvn/version " 1.87.1366 " }
71
+ :kaocha {:extra-deps {lambdaisland/kaocha {:mvn/version " 1.90.1383 " }
72
72
lambdaisland/kaocha-junit-xml {:mvn/version " 1.17.101" }
73
73
lambdaisland/kaocha-cloverage {:mvn/version " 1.1.89" }}
74
74
:main-opts [" -m" " kaocha.runner" ]}
136
136
; ;
137
137
; ; Deployment
138
138
; ;
139
- :build {:deps {io.github.clojure/tools.build {:mvn/version " 0.10.1 " }}
139
+ :build {:deps {io.github.clojure/tools.build {:mvn/version " 0.10.3 " }}
140
140
:extra-paths [" src" " build" ]
141
141
:ns-default build}
142
142
Original file line number Diff line number Diff line change 6
6
"karma-cljs-test" : " ^0.1.0" ,
7
7
"karma-junit-reporter" : " ^2.0.0" ,
8
8
"karma-spec-reporter" : " ^0.0.36" ,
9
- "shadow-cljs" : " ^2.28.4 "
9
+ "shadow-cljs" : " ^2.28.7 "
10
10
}
11
11
}
You can’t perform that action at this time.
0 commit comments