File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 33## [ Unreleased]
44
55- Add support for paredit actions: slurp, barf, raise and kill.
6+ - Bump clojure-lsp to ` 2023.10.30-16.25.41 ` .
67
78## 0.12.5
89
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.08.06-00.28.06 " ) {
33+ implementation (" com.github.clojure-lsp:clojure-lsp-standalone:2023.10.30-16.25.41 " ) {
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.08.06-00.28.06 " }
8+ com.github.clojure-lsp/clojure-lsp-standalone {:mvn/version " 2023.10.30-16.25.41 " }
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