Skip to content

Commit

Permalink
dev: move to antq for :outdated alias (clj-holmes#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
lread authored Aug 2, 2024
1 parent c26ef1c commit 8b44f2c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
:tools/usage {:ns-default clj-watson.entrypoint}

:aliases {:nREPL {:extra-deps {nrepl/nrepl {:mvn/version "1.1.0"}}}
:outdated {:replace-deps {olical/depot {:mvn/version "2.3.0"}}
:main-opts ["-m" "depot.outdated.main"]}
:outdated {:deps {com.github.liquidz/antq {:mvn/version "2.8.1206"}
org.slf4j/slf4j-simple {:mvn/version "2.0.13"}} ;; to rid ourselves of logger warnings
:main-opts ["-m" "antq.core"]}
:clojure-lsp {:replace-deps {com.github.clojure-lsp/clojure-lsp-standalone
{:mvn/version "2023.12.29-12.09.27"}}
:main-opts ["-m" "clojure-lsp.main"]}
Expand Down

0 comments on commit 8b44f2c

Please sign in to comment.