Skip to content

Commit 970f208

Browse files
authored
maintenance (#413)
* maint: dev: bump flow-storm dep * maint: dev: bump malli * maint: test libs: bump clerk * maint: test libs: bump cljfmt * maint: test libs: bump clojure-mcp * maint: test libs: bump splint
1 parent f746d2f commit 970f208

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

deps.edn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
:flowstorm
3636
{;; for disabling the official compiler
3737
:classpath-overrides {org.clojure/clojure nil}
38-
:extra-deps {com.github.flow-storm/clojure {:mvn/version "1.12.3-1"}
38+
:extra-deps {com.github.flow-storm/clojure {:mvn/version "1.12.3-4"}
3939
com.github.flow-storm/flow-storm-dbg {:mvn/version "4.5.9"}}
4040
:jvm-opts ["-Dclojure.storm.instrumentEnable=true"]}
4141

@@ -130,7 +130,7 @@
130130
cli-matic/cli-matic {:mvn/version "0.5.4"}}}
131131

132132
:apply-import-vars {:override-deps {org.clojure/clojure {:mvn/version "1.12.3"}}
133-
:extra-deps {metosin/malli {:mvn/version "0.19.2"}
133+
:extra-deps {metosin/malli {:mvn/version "0.20.0"}
134134
io.aviso/pretty {:mvn/version "1.4.4"}}
135135
:ns-default lread.apply-import-vars}
136136

script/test_libs.clj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@
282282
:show-deps-fn cli-deps-tree
283283
:test-cmds ["clojure -M:test"]}
284284
{:name "clerk"
285-
:version "0.18.1150"
285+
:version "0.18.1158"
286286
:platforms [:clj]
287287
:github-release {:repo "nextjournal/clerk"
288288
:via :tag
@@ -299,7 +299,7 @@
299299
:show-deps-fn cli-deps-tree
300300
:test-cmds ["clojure -T:build ci"]}
301301
{:name "cljfmt"
302-
:version "0.15.3"
302+
:version "0.15.5"
303303
:platforms [:clj :cljs]
304304
:root "cljfmt"
305305
:github-release {:repo "weavejester/cljfmt"
@@ -325,7 +325,7 @@
325325
:test-cmds ["bb test"]}
326326
{:name "clojure-mcp"
327327
:platforms [:clj]
328-
:version "0.1.11-alpha"
328+
:version "0.1.12"
329329
:github-release {:repo "bhauman/clojure-mcp"
330330
:via :tag
331331
:version-prefix "v"}
@@ -422,7 +422,7 @@
422422
:show-deps-fn cli-deps-tree
423423
:test-cmds ["bb test-clj"]}
424424
{:name "splint"
425-
:version "1.21.0"
425+
:version "1.22.0"
426426
:platforms [:clj]
427427
:github-release {:repo "NoahTheDuke/splint"
428428
:version-prefix "v"

0 commit comments

Comments
 (0)