File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 15
15
*** docs: update introduction and remove outdated content
16
16
*** aliases: use `--main` option in alias `:main-opts` definitions for greater clarity
17
17
*** alias: `:repl/rebel` load Clojure 1.12 hotload functions during REPL startup
18
+ ** Updated
19
+ *** Update library versions using `clojure -T:search/outdated`
20
+
21
+ | :name | :current | :latest |
22
+ |--------------------------------------+------------------------------------------+------------------------------------------|
23
+ | clojurians-zulip/feeds | ba8fe2b7f3415334a73c1ccc6077eafb05e43c5b | dc0ed3f14bcc2f6344492782220313427bc5c8bf |
24
+ | com.github.jpmonettas/flow-storm-dbg | 3.4.1 | 3.5.1 |
25
+ | com.github.liquidz/antq | 2.3.1043 | 2.4.1062 |
26
+
18
27
19
28
* 2023-04-26
20
29
** Added
Original file line number Diff line number Diff line change 350
350
; ; cd $XDG_CONFIG_HOME/clojure && clojure -T:search/outdated
351
351
:search/outdated
352
352
{:replace-paths [" ." ]
353
- :replace-deps {com.github.liquidz/antq {:mvn/version " 2.3.1043 " }
353
+ :replace-deps {com.github.liquidz/antq {:mvn/version " 2.4.1062 " }
354
354
org.slf4j/slf4j-nop {:mvn/version " 2.0.7" }}
355
355
:exec-fn antq.tool/outdated
356
356
:exec-args {:directory [" ." ] ; default
557
557
; ; Flowstorm, a tracing debugger
558
558
; ; https://github.com/jpmonettas/flow-storm-debugger
559
559
:lib/flowstorm
560
- {:extra-deps {com.github.jpmonettas/flow-storm-dbg {:mvn/version " 3.4 .1" }}}
560
+ {:extra-deps {com.github.jpmonettas/flow-storm-dbg {:mvn/version " 3.5 .1" }}}
561
561
562
562
; ; End of Debug Tools
563
563
; ; ---------------------------------------------------
794
794
{:replace-paths []
795
795
:replace-deps {clojurians-zulip/feeds
796
796
{:git/url " https://gitlab.com/clojurians-zulip/feeds.git"
797
- :sha " ba8fe2b7f3415334a73c1ccc6077eafb05e43c5b " }}
797
+ :sha " dc0ed3f14bcc2f6344492782220313427bc5c8bf " }}
798
798
:main-opts [" --main" " inclined.main"
799
799
" --ns" " clojurians-zulip.events" " --" ]}
800
800
You can’t perform that action at this time.
0 commit comments