Skip to content

Commit ffe4577

Browse files
committed
Bump lsp4clj
1 parent 1aa4845 commit ffe4577

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- General
66
- Bump clj-kondo to `2025.01.16`
7+
- Bump lsp4clj to `1.11.0`.
78
- Add semantic version sorting in completion lib versions. #1913
89
- Fix internal error in range formatting. #1931
910
- Drop support for jdk 8. #1942

bb.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:git/sha "4a9a74f0e50e897c45df8cc70684360eb30fce80"}
55

66
medley/medley {:mvn/version "1.4.0"}
7-
com.github.clojure-lsp/lsp4clj {:mvn/version "1.10.0"
7+
com.github.clojure-lsp/lsp4clj {:mvn/version "1.11.0"
88
#_#_:local/root "../../lsp4clj"}
99
org.babashka/spec.alpha {:git/url "https://github.com/babashka/spec.alpha"
1010
:git/sha "b6eb0f2208ab036c0a5d0e7235cb0b09d2feabb7"}}

cli/bb.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{:paths ["integration-test"]
22
:min-bb-version "0.4.0"
33
:deps {medley/medley {:mvn/version "1.4.0"}
4-
com.github.clojure-lsp/lsp4clj {:mvn/version "1.10.0"
4+
com.github.clojure-lsp/lsp4clj {:mvn/version "1.11.0"
55
#_#_:local/root "../../lsp4clj"}
66
org.babashka/spec.alpha {:git/url "https://github.com/babashka/spec.alpha"
77
:git/sha "b6eb0f2208ab036c0a5d0e7235cb0b09d2feabb7"}}

lib/deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
org.benf/cfr {:mvn/version "0.152"}
1919
io.forward/semver {:mvn/version "0.1.0"}
2020
babashka/fs {:mvn/version "0.5.22"}
21-
com.github.clojure-lsp/lsp4clj {:mvn/version "1.10.0"
21+
com.github.clojure-lsp/lsp4clj {:mvn/version "1.11.0"
2222
#_#_:local/root "../../lsp4clj"
2323
:exclusions [funcool/promesa]}}
2424
:paths ["src" "resources"]

0 commit comments

Comments
 (0)