File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ - Bump clojure-lsp to ` 2024.03.01-11.37.51 ` .
6+
57## 1.14.9
68
79- Fix some exceptions that can rarely occurr after startup.
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ dependencies {
3030 implementation (" org.clojure:core.async:1.5.648" ) {
3131 because(" issue https://clojure.atlassian.net/browse/ASYNC-248" )
3232 }
33- implementation (" com.github.clojure-lsp:clojure-lsp-standalone:2024.02 .01-11.01.59 " ) {
33+ implementation (" com.github.clojure-lsp:clojure-lsp-standalone:2024.03 .01-11.37.51 " ) {
3434 exclude(" org.clojure" , " core.async" )
3535 }
3636 implementation (" com.rpl:proxy-plus:0.0.9" )
Original file line number Diff line number Diff line change 55 com.github.ericdallo/clj4intellij {:mvn/version " 0.3.7" }
66 seesaw/seesaw {:mvn/version " 1.5.0" }
77 camel-snake-kebab/camel-snake-kebab {:mvn/version " 0.4.3" }
8- com.github.clojure-lsp/clojure-lsp-standalone {:mvn/version " 2024.02 .01-11.01.59 " }
8+ com.github.clojure-lsp/clojure-lsp-standalone {:mvn/version " 2024.03 .01-11.37.51 " }
99 markdown-clj/markdown-clj {:mvn/version " 1.11.4" }
1010 com.rpl/proxy-plus {:mvn/version " 0.0.9" }}
1111 :aliases {:dev {:deps {nrepl/nrepl {:mvn/version " 1.0.0" }
You can’t perform that action at this time.
0 commit comments