Skip to content

Commit d282c7a

Browse files
committed
Bump the latest Clojure version
1 parent 10ef17e commit d282c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ Elements of the list are artifact name and list of exclusions to apply for the a
401401
(defconst cider-minimum-clojure-version "1.8.0"
402402
"Minimum supported version of Clojure.")
403403

404-
(defconst cider-latest-clojure-version "1.10.0"
404+
(defconst cider-latest-clojure-version "1.10.1"
405405
"Latest supported version of Clojure.")
406406

407407
(defconst cider-required-middleware-version "0.23.0"

0 commit comments

Comments
 (0)