Skip to content

Commit 27e90ed

Browse files
committed
add alias for dep checks
1 parent f180b13 commit 27e90ed

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

deps.edn

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,9 @@
1717
;; clj -M:lint
1818
:lint {:replace-deps {clj-kondo/clj-kondo {:mvn/version "2022.01.13"}}
1919
:main-opts ["-m" "clj-kondo.main" "--lint" "src"]}
20+
21+
;; Find outdated deps
22+
;; clj -M:outdated
23+
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "RELEASE"}}
24+
:main-opts ["-m" "antq.core"]}
2025
}}

0 commit comments

Comments
 (0)