Skip to content

Commit

Permalink
Update clj-kondo version and alias
Browse files Browse the repository at this point in the history
  • Loading branch information
gmsvalente committed Sep 29, 2023
1 parent 41f3d92 commit ab43c20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
:main-opts ["-m" "clj-check.check"]}

:kondo
{:extra-deps {clj-kondo/clj-kondo {:mvn/version "2022.05.31"}}
:main-opts ["-m" "clj-kondo.main" "--lint" "src"]}
{:extra-deps {clj-kondo/clj-kondo {:mvn/version "2023.09.07"}}
:main-opts ["-m" "clj-kondo.main" "--lint" "src" "test"]}

:codox {:extra-deps {codox/codox {:mvn/version "0.10.8"}}
:extra-paths ["resources"]
Expand Down

0 comments on commit ab43c20

Please sign in to comment.