Skip to content

Commit 54e6a91

Browse files
Release: 1.4.20
1 parent 75be7ba commit 54e6a91

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
## 1.4.20
6+
7+
- Bump clojure-lsp to 2025.03.27-20.21.36
8+
59
## 1.4.19
610

711
- Bump clojure-lsp to 2025.03.27-18.23.58

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A Leiningen plugin to use [clojure-lsp](https://clojure-lsp.io/) features API.
99
Add the plugin to your `project.clj`:
1010

1111
```clojure
12-
:plugins [[com.github.clojure-lsp/lein-clojure-lsp "1.4.19"]]
12+
:plugins [[com.github.clojure-lsp/lein-clojure-lsp "1.4.20"]]
1313
```
1414

1515
## Usage

project.clj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject com.github.clojure-lsp/lein-clojure-lsp "1.4.19"
1+
(defproject com.github.clojure-lsp/lein-clojure-lsp "1.4.20"
22
:description "Lein plugin to run clojure-lsp features via API."
33
:url "https://clojure-lsp.github.io/clojure-lsp"
44
:license {:name "MIT"
@@ -11,7 +11,7 @@
1111
:sign-releases false}]]
1212
:managed-dependencies [[com.fasterxml.jackson.core/jackson-core "2.18.0"]
1313
[org.clojure/tools.cli "1.1.230"]]
14-
:dependencies [[com.github.clojure-lsp/clojure-lsp-server "2025.03.27-18.23.58" :exclusions [babashka/fs
14+
:dependencies [[com.github.clojure-lsp/clojure-lsp-server "2025.03.27-20.21.36" :exclusions [babashka/fs
1515
cheshire
1616
com.fasterxml.jackson.dataformat/jackson-dataformat-smile
1717
com.fasterxml.jackson.dataformat/jackson-dataformat-cbor

0 commit comments

Comments
 (0)