Skip to content

Commit fb1ee1e

Browse files
alias: exclude tools.deps.alpha library in :search/outdated
1 parent 0ab6645 commit fb1ee1e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.org

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* 2023-05-09
77
** Updated
88
*** ci: weekly schedule version check, exclude tools deps alpha
9+
*** alias: exclude tools.deps.alpha library in :search/outdated
910
*** Update library versions using `clojure -T:search/outdated`
1011

1112
| :name | :current | :latest |

deps.edn

+1-1
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@
355355
org.slf4j/slf4j-nop {:mvn/version "2.0.7"}}
356356
:exec-fn antq.tool/outdated
357357
:exec-args {:directory ["."] ; default
358-
;; :exclude ["com.cognitect/rebl"]
358+
:exclude ["org.clojure/tools.deps.alpha"]
359359
;; :focus ["com.github.liquidz/antq"]
360360
:skip ["boot" "leiningen"]
361361
:reporter "table" ; json edn format

0 commit comments

Comments
 (0)