Skip to content

Commit 63205bb

Browse files
committed
libs test: update to current clojure-lsp
Previous version of clojure-lsp was triggering sporadic JVM crashes on CI from lmdbjava-native-library which datalevin uses which clojure-lsp recently switched to. This clojure-lsp version bumps datalevin which attempts to fix the issue. Note: The JVM crashes had nothing to do with rewrite-clj. Just being a good citizen and tracking what canary testing finds.
1 parent b6f9486 commit 63205bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/test_libs.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@
336336
"lein test"]}
337337
{:name "clojure-lsp"
338338
:platforms [:clj]
339-
:version "2021.10.20-16.49.47"
339+
:version "2021.11.02-15.24.47"
340340
:github-release {:repo "clojure-lsp/clojure-lsp"}
341341
:patch-fn clojure-lsp-patch
342342
:show-deps-fn cli-deps-tree

0 commit comments

Comments
 (0)