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 2023.10.30-16.25.41-hotfix2 to fix settings merge during startup.
6+
57## 0.13.3
68
79- Fix exception during hover element.
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:2023.10.30-16.25.41" ) {
33+ implementation (" com.github.clojure-lsp:clojure-lsp-standalone:2023.10.30-16.25.41-hotfix2 " ) {
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.3" }
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 " 2023.10.30-16.25.41" }
8+ com.github.clojure-lsp/clojure-lsp-standalone {:mvn/version " 2023.10.30-16.25.41-hotfix2 " }
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