Skip to content

Commit

Permalink
Update lein-clj-kondo
Browse files Browse the repository at this point in the history
  • Loading branch information
aroemers committed May 19, 2024
1 parent a20f16b commit 98f8ba2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{:lint-as {crustimoney.results/coerce clojure.core/fn, crustimoney.results/collect clojure.core/fn}}
{:lint-as {crustimoney.results/coerce clojure.core/fn, crustimoney.results/collect clojure.core/fn}}
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
:plugins [[lein-pprint "1.3.2"]
[lein-cloverage "1.2.4"]
[com.roomkey/lein-v "7.2.0"]
[com.github.clj-kondo/lein-clj-kondo "0.2.4"]]
[com.github.clj-kondo/lein-clj-kondo "2024.03.13"]]

:deploy-repositories [["clojars" {:username :env/CLOJARS_USERNAME
:password :env/CLOJARS_TOKEN
Expand Down

0 comments on commit 98f8ba2

Please sign in to comment.