We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2386c41 commit 13506c5Copy full SHA for 13506c5
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## 1.4.21
6
+
7
## 1.4.20
8
9
- Bump clojure-lsp to 2025.03.27-20.21.36
README.md
@@ -9,7 +9,7 @@ A Leiningen plugin to use [clojure-lsp](https://clojure-lsp.io/) features API.
Add the plugin to your `project.clj`:
10
11
```clojure
12
-:plugins [[com.github.clojure-lsp/lein-clojure-lsp "1.4.20"]]
+:plugins [[com.github.clojure-lsp/lein-clojure-lsp "1.4.21"]]
13
```
14
15
## Usage
project.clj
@@ -1,4 +1,4 @@
1
-(defproject com.github.clojure-lsp/lein-clojure-lsp "1.4.20"
+(defproject com.github.clojure-lsp/lein-clojure-lsp "1.4.21"
:description "Lein plugin to run clojure-lsp features via API."
:url "https://clojure-lsp.github.io/clojure-lsp"
:license {:name "MIT"
0 commit comments