File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ Some projects using rewrite-clj v1
58
58
* https://github.com/weavejester/cljfmt[cljfmt] {canary-tested}
59
59
* https://github.com/greglook/cljstyle[cljstyle] {canary-tested}
60
60
* https://github.com/clojure-lsp/clojure-lsp[clojure-lsp] {canary-tested}
61
+ * https://github.com/FiV0/kusonga[kusonga] {canary-tested}
61
62
* https://github.com/clojure-emacs/refactor-nrepl[refactor-nrepl] {canary-tested}
62
63
* https://github.com/borkdude/rewrite-edn[rewrite-edn] {canary-tested}
63
64
* https://github.com/lread/test-doc-blocks[test-doc-blocks] {canary-tested}
Original file line number Diff line number Diff line change 278
278
:show-deps-fn lein-deps-tree
279
279
:test-cmds [" lein kaocha" ]}
280
280
{:name " antq"
281
- :version " 1.2 .0"
281
+ :version " 1.3 .0"
282
282
:platforms [:clj ]
283
283
:github-release {:repo " liquidz/antq" }
284
284
:patch-fn deps-edn-v1-patch
312
312
" lein test" ]}
313
313
{:name " clojure-lsp"
314
314
:platforms [:clj ]
315
- :version " 2021.11.02-15.24.47 "
315
+ :version " 2021.11.16-16.52.14 "
316
316
:github-release {:repo " clojure-lsp/clojure-lsp" }
317
317
:patch-fn clojure-lsp-patch
318
318
:show-deps-fn cli-deps-tree
335
335
:patch-fn project-clj-v1-patch
336
336
:show-deps-fn lein-deps-tree
337
337
: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" ]}
338
347
{:name " lein-ancient"
339
348
:platforms [:clj ]
340
349
:version " 1.0.0-RC3"
You can’t perform that action at this time.
0 commit comments