Skip to content

Commit 10bfacc

Browse files
committed
libs tests: update antq + clojure-lsp, add kusonga (woot, new lib!)
Closes #169
1 parent fb16db8 commit 10bfacc

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

README.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ Some projects using rewrite-clj v1
5858
* https://github.com/weavejester/cljfmt[cljfmt] {canary-tested}
5959
* https://github.com/greglook/cljstyle[cljstyle] {canary-tested}
6060
* https://github.com/clojure-lsp/clojure-lsp[clojure-lsp] {canary-tested}
61+
* https://github.com/FiV0/kusonga[kusonga] {canary-tested}
6162
* https://github.com/clojure-emacs/refactor-nrepl[refactor-nrepl] {canary-tested}
6263
* https://github.com/borkdude/rewrite-edn[rewrite-edn] {canary-tested}
6364
* https://github.com/lread/test-doc-blocks[test-doc-blocks] {canary-tested}

script/test_libs.clj

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@
278278
:show-deps-fn lein-deps-tree
279279
:test-cmds ["lein kaocha"]}
280280
{:name "antq"
281-
:version "1.2.0"
281+
:version "1.3.0"
282282
:platforms [:clj]
283283
:github-release {:repo "liquidz/antq"}
284284
:patch-fn deps-edn-v1-patch
@@ -312,7 +312,7 @@
312312
"lein test"]}
313313
{:name "clojure-lsp"
314314
:platforms [:clj]
315-
:version "2021.11.02-15.24.47"
315+
:version "2021.11.16-16.52.14"
316316
:github-release {:repo "clojure-lsp/clojure-lsp"}
317317
:patch-fn clojure-lsp-patch
318318
:show-deps-fn cli-deps-tree
@@ -335,6 +335,15 @@
335335
:patch-fn project-clj-v1-patch
336336
:show-deps-fn lein-deps-tree
337337
:test-cmds ["lein test-all"]}
338+
{:name "kusonga"
339+
:platforms [:clj]
340+
:version "0.1.2"
341+
:github-release {:repo "FiV0/kusonga"
342+
:via :tag
343+
:version-prefix "v"}
344+
:patch-fn deps-edn-v1-patch
345+
:show-deps-fn cli-deps-tree
346+
:test-cmds ["clojure -P -M:test"]}
338347
{:name "lein-ancient"
339348
:platforms [:clj]
340349
:version "1.0.0-RC3"

0 commit comments

Comments
 (0)