From 268393bc053d5ee55dfd565724b57d14c98c08f6 Mon Sep 17 00:00:00 2001 From: Clojure LSP Bot Date: Mon, 5 Aug 2024 12:13:25 +0000 Subject: [PATCH] Release: 1.4.10 --- CHANGELOG.md | 4 ++++ README.md | 2 +- project.clj | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6146f8..ff7ec0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## 1.4.10 + +- Bump clojure-lsp to 2024.08.03-15.28.27 + ## 1.4.9 - Bump clojure-lsp to 2024.04.22-11.50.26 diff --git a/README.md b/README.md index 149ddc2..d68dbc6 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.9"]] +:plugins [[com.github.clojure-lsp/lein-clojure-lsp "1.4.10"]] ``` ## Usage diff --git a/project.clj b/project.clj index da6a705..0c976ea 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.github.clojure-lsp/lein-clojure-lsp "1.4.9" +(defproject com.github.clojure-lsp/lein-clojure-lsp "1.4.10" :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 "2024.04.22-11.50.26"]]) + :dependencies [[com.github.clojure-lsp/clojure-lsp-server "2024.08.03-15.28.27"]])