Skip to content

Commit

Permalink
Merge pull request #131 from Juholei/renovate/clj-kondo-clj-kondo-2024.x
Browse files Browse the repository at this point in the history
Update dependency clj-kondo/clj-kondo to v2024.08.01
  • Loading branch information
Juholei authored Aug 3, 2024
2 parents f50a1e1 + a0dd72a commit bd5c7c1
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 @@ -43,6 +43,6 @@
:vulnerabilities {:extra-deps {clj-nvd/clj-nvd {:git/url "https://github.com/miikka/clj-nvd.git"
:sha "a6fd635e2f9bc61e786d7182fa68f1e19598e325"}}
:main-opts ["-m" "clj-nvd.core" "check"]}
:lint {:extra-deps {clj-kondo/clj-kondo {:mvn/version "2024.03.13"}}
:lint {:extra-deps {clj-kondo/clj-kondo {:mvn/version "2024.08.01"}}
:main-opts ["-m" "clj-kondo.main" "--lint" "src"]}
:migrate {:main-opts ["-m" "my-money.core" "migrate"]}}}

0 comments on commit bd5c7c1

Please sign in to comment.