Skip to content

Commit

Permalink
Release: 1.4.16
Browse files Browse the repository at this point in the history
  • Loading branch information
clojure-lsp-bot committed Jan 23, 2025
1 parent 875dd24 commit c7d978c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## 1.4.16

- Bump clojure-lsp to 2025.01.22-23.28.23

## 1.4.15

## 1.4.14
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A Leiningen plugin to use [clojure-lsp](https://clojure-lsp.io/) features API.
Add the plugin to your `project.clj`:

```clojure
:plugins [[com.github.clojure-lsp/lein-clojure-lsp "1.4.15"]]
:plugins [[com.github.clojure-lsp/lein-clojure-lsp "1.4.16"]]
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.github.clojure-lsp/lein-clojure-lsp "1.4.15"
(defproject com.github.clojure-lsp/lein-clojure-lsp "1.4.16"
:description "Lein plugin to run clojure-lsp features via API."
:url "https://clojure-lsp.github.io/clojure-lsp"
:license {:name "MIT"
Expand All @@ -11,7 +11,7 @@
:sign-releases false}]]
:managed-dependencies [[com.fasterxml.jackson.core/jackson-core "2.18.0"]
[org.clojure/tools.cli "1.1.230"]]
:dependencies [[com.github.clojure-lsp/clojure-lsp-server "2024.11.08-17.49.29" :exclusions [babashka/fs
:dependencies [[com.github.clojure-lsp/clojure-lsp-server "2025.01.22-23.28.23" :exclusions [babashka/fs
cheshire
com.fasterxml.jackson.dataformat/jackson-dataformat-smile
com.fasterxml.jackson.dataformat/jackson-dataformat-cbor
Expand Down

0 comments on commit c7d978c

Please sign in to comment.