Skip to content

Commit c2061f9

Browse files
committed
ci/test: bump canary test-libs to current
1 parent f7acb80 commit c2061f9

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

script/test_libs.clj

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
:show-deps-fn cli-deps-tree
288288
:test-cmds ["clojure -M:test"]}
289289
{:name "clerk"
290-
:version "0.15.957"
290+
:version "0.16.1016"
291291
:platforms [:clj]
292292
:github-release {:repo "nextjournal/clerk"
293293
:via :tag
@@ -296,13 +296,13 @@
296296
:show-deps-fn cli-deps-tree
297297
:test-cmds ["bb test:clj :kaocha/reporter '[kaocha.report/documentation]'"]}
298298
{:name "clj-mergetool"
299-
:version "0.2.1"
299+
:version "0.7.0"
300300
:platforms [:clj]
301301
:github-release {:repo "kurtharriger/clj-mergetool"
302302
:via :tag}
303303
:patch-fn deps-edn-v1-patch
304304
:show-deps-fn cli-deps-tree
305-
:test-cmds ["clojure -T:build test"]}
305+
:test-cmds ["clojure -T:build ci"]}
306306
{:name "cljfmt"
307307
:version "0.12.0"
308308
:platforms [:clj :cljs]
@@ -340,9 +340,8 @@
340340
:test-cmds ["bin/kaocha --reporter documentation"]}
341341
{:name "kibit"
342342
:platforms [:clj]
343-
:root "kibit"
344-
:version "0.1.8"
345-
:github-release {:repo "jonase/kibit"}
343+
:version "0.1.11"
344+
:github-release {:repo "clj-commons/kibit"}
346345
:patch-fn project-clj-v1-patch
347346
:show-deps-fn lein-deps-tree
348347
:test-cmds ["lein test-all"]}
@@ -419,7 +418,7 @@
419418
:show-deps-fn cli-deps-tree
420419
:test-cmds ["bb test-clj"]}
421420
{:name "test-doc-blocks"
422-
:version "1.0.166-alpha"
421+
:version "1.1.20"
423422
:platforms [:clj :cljs]
424423
:note "generates tests under clj, but can also be run under cljs"
425424
:github-release {:repo "lread/test-doc-blocks"

0 commit comments

Comments
 (0)