diff --git a/CHANGELOG.md b/CHANGELOG.md index 837830b..b8ac276 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## 1.4.4 + +- Bump clojure-lsp to 2024.02.01-11.01.59 + ## 1.4.3 - Bump clojure-lsp to 2023.12.29-12.09.27 diff --git a/README.md b/README.md index edcd611..19cceac 100644 --- a/README.md +++ b/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`: ```clojure -:plugins [[com.github.clojure-lsp/lein-clojure-lsp "1.4.3"]] +:plugins [[com.github.clojure-lsp/lein-clojure-lsp "1.4.4"]] ``` ## Usage diff --git a/project.clj b/project.clj index 52f3e0e..597f41f 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.github.clojure-lsp/lein-clojure-lsp "1.4.3" +(defproject com.github.clojure-lsp/lein-clojure-lsp "1.4.4" :description "Lein plugin to run clojure-lsp features via API." :url "https://clojure-lsp.github.io/clojure-lsp" :license {:name "MIT" @@ -11,4 +11,4 @@ :sign-releases false}]] :managed-dependencies [[com.fasterxml.jackson.core/jackson-core "2.15.2"] [org.clojure/tools.cli "1.0.219"]] - :dependencies [[com.github.clojure-lsp/clojure-lsp-server "2023.12.29-12.09.27"]]) + :dependencies [[com.github.clojure-lsp/clojure-lsp-server "2024.02.01-11.01.59"]])