We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9144a85 commit b1ff1a6Copy full SHA for b1ff1a6
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+- Bump clojure-lsp to 2023.04.19-12.43.29-hotfix1 fixing memory issues
6
+
7
## 1.3.21
8
9
- Bump clojure-lsp to 2023.04.19-12.43.29
project.clj
@@ -9,4 +9,4 @@
:username :env/clojars_username
10
:password :env/clojars_password
11
:sign-releases false}]]
12
- :dependencies [[com.github.clojure-lsp/clojure-lsp-server "2023.04.19-12.43.29"]])
+ :dependencies [[com.github.clojure-lsp/clojure-lsp-server "2023.04.19-12.43.29-hotfix1"]])
0 commit comments