Skip to content

Commit

Permalink
ci/test: bump canary test-libs to current (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
lread authored Jun 29, 2024
1 parent f7acb80 commit b7dd989
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions script/test_libs.clj
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
:show-deps-fn cli-deps-tree
:test-cmds ["clojure -M:test"]}
{:name "clerk"
:version "0.15.957"
:version "0.16.1016"
:platforms [:clj]
:github-release {:repo "nextjournal/clerk"
:via :tag
Expand All @@ -296,13 +296,13 @@
:show-deps-fn cli-deps-tree
:test-cmds ["bb test:clj :kaocha/reporter '[kaocha.report/documentation]'"]}
{:name "clj-mergetool"
:version "0.2.1"
:version "0.7.0"
:platforms [:clj]
:github-release {:repo "kurtharriger/clj-mergetool"
:via :tag}
:patch-fn deps-edn-v1-patch
:show-deps-fn cli-deps-tree
:test-cmds ["clojure -T:build test"]}
:test-cmds ["clojure -T:build ci"]}
{:name "cljfmt"
:version "0.12.0"
:platforms [:clj :cljs]
Expand Down Expand Up @@ -340,9 +340,8 @@
:test-cmds ["bin/kaocha --reporter documentation"]}
{:name "kibit"
:platforms [:clj]
:root "kibit"
:version "0.1.8"
:github-release {:repo "jonase/kibit"}
:version "0.1.11"
:github-release {:repo "clj-commons/kibit"}
:patch-fn project-clj-v1-patch
:show-deps-fn lein-deps-tree
:test-cmds ["lein test-all"]}
Expand Down Expand Up @@ -419,7 +418,7 @@
:show-deps-fn cli-deps-tree
:test-cmds ["bb test-clj"]}
{:name "test-doc-blocks"
:version "1.0.166-alpha"
:version "1.1.20"
:platforms [:clj :cljs]
:note "generates tests under clj, but can also be run under cljs"
:github-release {:repo "lread/test-doc-blocks"
Expand Down

0 comments on commit b7dd989

Please sign in to comment.