File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## 1.4.9
6
+
7
+ - Bump clojure-lsp to 2024.04.22-11.50.26
8
+
5
9
## 1.4.8
6
10
7
11
- Bump clojure-lsp to 2024.03.31-19.10.13
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ A Leiningen plugin to use [clojure-lsp](https://clojure-lsp.io/) features API.
9
9
Add the plugin to your ` project.clj ` :
10
10
11
11
``` clojure
12
- :plugins [[com.github.clojure-lsp/lein-clojure-lsp " 1.4.8 " ]]
12
+ :plugins [[com.github.clojure-lsp/lein-clojure-lsp " 1.4.9 " ]]
13
13
```
14
14
15
15
## Usage
Original file line number Diff line number Diff line change 1
- (defproject com.github.clojure-lsp /lein-clojure-lsp " 1.4.8 "
1
+ (defproject com.github.clojure-lsp /lein-clojure-lsp " 1.4.9 "
2
2
:description " Lein plugin to run clojure-lsp features via API."
3
3
:url " https://clojure-lsp.github.io/clojure-lsp"
4
4
:license {:name " MIT"
11
11
:sign-releases false }]]
12
12
:managed-dependencies [[com.fasterxml.jackson.core/jackson-core " 2.15.2" ]
13
13
[org.clojure/tools.cli " 1.0.219" ]]
14
- :dependencies [[com.github.clojure-lsp/clojure-lsp-server " 2024.03.31-19.10.13 " ]])
14
+ :dependencies [[com.github.clojure-lsp/clojure-lsp-server " 2024.04.22-11.50.26 " ]])
You can’t perform that action at this time.
0 commit comments