diff --git a/project.clj b/project.clj index 5f40ad8..9121566 100644 --- a/project.clj +++ b/project.clj @@ -22,7 +22,7 @@ :plugins [[rasom/lein-githooks "0.1.5"] [jonase/eastwood "1.4.2"] [lein-cljfmt "0.9.2"] - [com.github.clj-kondo/lein-clj-kondo "0.2.5"] + [com.github.clj-kondo/lein-clj-kondo "2024.03.05"] [lein-codox "0.10.8"]] :dependencies [[diff-eq "0.2.5"]] :githooks {:pre-push ["lein check" "lein test"]