We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ab6645 commit fb1ee1eCopy full SHA for fb1ee1e
CHANGELOG.org
@@ -6,6 +6,7 @@
6
* 2023-05-09
7
** Updated
8
*** ci: weekly schedule version check, exclude tools deps alpha
9
+*** alias: exclude tools.deps.alpha library in :search/outdated
10
*** Update library versions using `clojure -T:search/outdated`
11
12
| :name | :current | :latest |
deps.edn
@@ -355,7 +355,7 @@
355
org.slf4j/slf4j-nop {:mvn/version "2.0.7"}}
356
:exec-fn antq.tool/outdated
357
:exec-args {:directory ["."] ; default
358
- ;; :exclude ["com.cognitect/rebl"]
+ :exclude ["org.clojure/tools.deps.alpha"]
359
;; :focus ["com.github.liquidz/antq"]
360
:skip ["boot" "leiningen"]
361
:reporter "table" ; json edn format
0 commit comments