Skip to content

Commit 4cc2425

Browse files
Release: 1.3.25
1 parent 20de528 commit 4cc2425

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
## 1.3.25
6+
7+
- Bump clojure-lsp to 2023.08.06-00.28.06
8+
59
## 1.3.24
610

711
- Bump clojure-lsp to 2023.07.01-22.35.41

README.md

Lines changed: 1 addition & 1 deletion
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.3.24"]]
12+
:plugins [[com.github.clojure-lsp/lein-clojure-lsp "1.3.25"]]
1313
```
1414

1515
## Usage

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject com.github.clojure-lsp/lein-clojure-lsp "1.3.24"
1+
(defproject com.github.clojure-lsp/lein-clojure-lsp "1.3.25"
22
:description "Lein plugin to run clojure-lsp features via API."
33
:url "https://clojure-lsp.github.io/clojure-lsp"
44
:license {:name "MIT"
@@ -9,4 +9,4 @@
99
:username :env/clojars_username
1010
:password :env/clojars_password
1111
:sign-releases false}]]
12-
:dependencies [[com.github.clojure-lsp/clojure-lsp-server "2023.07.01-22.35.41"]])
12+
:dependencies [[com.github.clojure-lsp/clojure-lsp-server "2023.08.06-00.28.06"]])

0 commit comments

Comments
 (0)