branch: elpa/cider
commit 3822bff655d53aa2c658643f73aa55034a18a67a
Author: vemv <[email protected]>
Commit: vemv <[email protected]>

    Use clojure-mode 5.18.1
---
 CHANGELOG.md | 1 +
 cider.el     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 89bc0a6d90..31f9f275d0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,7 @@
 - [#3582](https://github.com/clojure-emacs/cider/issues/3582): Handle 
`cider-clojure-compilation-error-phases` values that have been customized to 
`t`.
 - [#3581](https://github.com/clojure-emacs/cider/issues/3581): Bump the 
injected `enrich-classpath` to 
[1.18.5](https://github.com/clojure-emacs/enrich-classpath/compare/v1.18.4...v1.18.5).
   - Handles Clojure CLI `:paths` directly defined as `:aliases`.
+- Bump the `clojure-mode` required version to 
[5.18.1](https://github.com/clojure-emacs/clojure-mode/blob/v5.18.1/CHANGELOG.md#5181-2023-11-24).
 
 ## 1.11.1 (2023-11-11)
 
diff --git a/cider.el b/cider.el
index 6d81697ac0..e497a6a4b4 100644
--- a/cider.el
+++ b/cider.el
@@ -12,7 +12,7 @@
 ;; Maintainer: Bozhidar Batsov <[email protected]>
 ;; URL: https://www.github.com/clojure-emacs/cider
 ;; Version: 1.12.0-snapshot
-;; Package-Requires: ((emacs "26") (clojure-mode "5.18.0") (parseedn "1.2.0") 
(queue "0.2") (spinner "1.7") (seq "2.22") (sesman "0.3.2") (transient "0.4.1"))
+;; Package-Requires: ((emacs "26") (clojure-mode "5.18.1") (parseedn "1.2.0") 
(queue "0.2") (spinner "1.7") (seq "2.22") (sesman "0.3.2") (transient "0.4.1"))
 ;; Keywords: languages, clojure, cider
 
 ;; This program is free software: you can redistribute it and/or modify

Reply via email to