File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 29
29
babashka/fs {:mvn/version " 0.5.24" }}
30
30
:ns-default build}
31
31
; ; for consistent linting we use a specific version of clj-kondo through the jvm
32
- :clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version " 2025.01.16 " }}
32
+ :clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version " 2025.02.20 " }}
33
33
:override-deps {org.clojure/clojure {:mvn/version " 1.12.0" }}
34
34
:main-opts [" -m" " clj-kondo.main" ]}
35
35
:eastwood {:extra-deps {jonase/eastwood {:mvn/version " 1.4.3" }}
36
36
:main-opts [" -m" " eastwood.lint" {:source-paths [" src/clojure" ]
37
37
:test-paths [" test" ]
38
38
:add-linters [:performance ]}]}
39
- :outdated {:extra-deps {com.github.liquidz/antq {:mvn/version " 2.11.1264 " }
39
+ :outdated {:extra-deps {com.github.liquidz/antq {:mvn/version " 2.11.1269 " }
40
40
org.clojure/clojure {:mvn/version " 1.12.0" }
41
41
org.slf4j/slf4j-simple {:mvn/version " 2.0.16" } ; ; to rid ourselves of logger warnings
42
42
}
You can’t perform that action at this time.
0 commit comments