File tree Expand file tree Collapse file tree 3 files changed +119
-124
lines changed Expand file tree Collapse file tree 3 files changed +119
-124
lines changed Original file line number Diff line number Diff line change 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.01.13 " }}
25
+ :clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version " 2022.01.15 " }}
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.1.1 " }}
29
+ :eastwood {:extra-deps {jonase/eastwood {:mvn/version " 1.2.0 " }}
30
30
:main-opts [" -m" " eastwood.lint" {:source-paths [" src" ]
31
31
:test-paths [" test" ]
32
32
:add-linters [:performance ]
132
132
; ;
133
133
; ; Maintenance support
134
134
; ;
135
- :outdated {:extra-deps {com.github.liquidz/antq {:mvn/version " 1.3.1 " }
135
+ :outdated {:extra-deps {com.github.liquidz/antq {:mvn/version " 1.4.0 " }
136
136
org.slf4j/slf4j-simple {:mvn/version " 1.7.33" } ; ; to rid ourselves of logger warnings
137
137
}
138
138
:override-deps {org.clojure/clojure {:mvn/version " 1.10.3" }}
You can’t perform that action at this time.
0 commit comments