Skip to content

Commit

Permalink
update kondo version
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Dec 4, 2023
1 parent 9d9a69a commit 4e7e8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
:test {:extra-paths ["src/test/clojure"]}

;; clj -M:lint
:lint {:replace-deps {clj-kondo/clj-kondo {:mvn/version "2022.10.14"}}
:lint {:replace-deps {clj-kondo/clj-kondo {:mvn/version "2023.10.20"}}
:main-opts ["-m" "clj-kondo.main" "--lint" "src/main/clojure" "--lint" "src/test/clojure"]}

;; clj -M:cve
Expand Down

0 comments on commit 4e7e8e0

Please sign in to comment.