Skip to content

Commit

Permalink
dev: bump clj-kondo (#147)
Browse files Browse the repository at this point in the history
Also have clj-kondo download lib configs to its current location.
(imports under .clj-kondo)
  • Loading branch information
lread authored Jan 16, 2025
1 parent ae6ecfc commit cc9e536
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
babashka/fs {:mvn/version "0.5.24"}}
:ns-default build}
;; for consistent linting we use a specific version of clj-kondo through the jvm
:clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version "2024.11.14"}}
:clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version "2025.01.16"}}
:override-deps {org.clojure/clojure {:mvn/version "1.12.0"}}
:main-opts ["-m" "clj-kondo.main"]}
:eastwood {:extra-deps {jonase/eastwood {:mvn/version "1.4.3"}}
Expand Down

0 comments on commit cc9e536

Please sign in to comment.