Skip to content

Commit a3fde0f

Browse files
committed
test: update libs tests deps
- clojure-lsp and antq bumped - make a note about skipping zprint 1.1.2 (tests do not run for us)
1 parent 3e62eda commit a3fde0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

script/test_libs.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
;;
319319

320320
(def libs [{:name "antq"
321-
:version "0.13.0"
321+
:version "0.14.1"
322322
:platforms [:clj]
323323
:github-release {:repo "liquidz/antq"}
324324
:patch-fn deps-edn-v1-patch
@@ -352,7 +352,7 @@
352352
["lein" "test"]]}
353353
{:name "clojure-lsp"
354354
:platforms [:clj]
355-
:version "2021.05.06-19.44.00"
355+
:version "2021.05.27-17.42.34"
356356
:github-release {:repo "clojure-lsp/clojure-lsp"}
357357
:patch-fn clojure-lsp-patch
358358
:show-deps-fn cli-deps-tree
@@ -433,7 +433,7 @@
433433
{:name "zprint"
434434
:version "1.1.1"
435435
:platforms [:clj :cljs]
436-
:note "1 minor hack to pass with rewrite-clj v1"
436+
:note "1 minor hack to pass with rewrite-clj v1, we'll skip version 1.1.2"
437437
:github-release {:repo "kkinnear/zprint"}
438438
:patch-fn zprint-patch
439439
:prep-fn zprint-prep

0 commit comments

Comments
 (0)