Skip to content

Commit a6e2257

Browse files
alias: version update with antq
1 parent 8410906 commit a6e2257

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.org

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@
1515
*** docs: update introduction and remove outdated content
1616
*** aliases: use `--main` option in alias `:main-opts` definitions for greater clarity
1717
*** 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+
1827

1928
* 2023-04-26
2029
** Added

deps.edn

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@
350350
;; cd $XDG_CONFIG_HOME/clojure && clojure -T:search/outdated
351351
:search/outdated
352352
{: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"}
354354
org.slf4j/slf4j-nop {:mvn/version "2.0.7"}}
355355
:exec-fn antq.tool/outdated
356356
:exec-args {:directory ["."] ; default
@@ -557,7 +557,7 @@
557557
;; Flowstorm, a tracing debugger
558558
;; https://github.com/jpmonettas/flow-storm-debugger
559559
: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"}}}
561561

562562
;; End of Debug Tools
563563
;; ---------------------------------------------------
@@ -794,7 +794,7 @@
794794
{:replace-paths []
795795
:replace-deps {clojurians-zulip/feeds
796796
{:git/url "https://gitlab.com/clojurians-zulip/feeds.git"
797-
:sha "ba8fe2b7f3415334a73c1ccc6077eafb05e43c5b"}}
797+
:sha "dc0ed3f14bcc2f6344492782220313427bc5c8bf"}}
798798
:main-opts ["--main" "inclined.main"
799799
"--ns" "clojurians-zulip.events" "--"]}
800800

0 commit comments

Comments
 (0)