clojure-emacs / cider-nrepl

A collection of nREPL middleware to enhance Clojure editors with common functionality like definition lookup, code completion, etc.
https://docs.cider.mx/cider-nrepl
677 stars 176 forks source link

Decrease minimal Clojure version in Leiningen plugin to 1.10.0 #883

Closed alexander-yakushev closed 3 months ago

alexander-yakushev commented 3 months ago

Turns out, it was a bad idea to set the minimal Clojure version to 1.10.3 - a patch version that was released much later than the original 1.10.0. Since we don't really care as long as it's 1.10, I propose to reduce the requirement. Context: https://clojurians.slack.com/archives/C0617A8PQ/p1718210427715849

bbatsov commented 3 months ago

Fine by me, just mention this in the changelog and we're good to go.

alexander-yakushev commented 3 months ago

Done