We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 076ab35 commit 0a1f536Copy full SHA for 0a1f536
cider-connection.el
@@ -207,7 +207,7 @@ message in the REPL area."
207
((null middleware-version)
208
(cider-emit-manual-warning "troubleshooting/#cider-complains-of-the-cider-nrepl-version"
209
"CIDER requires cider-nrepl to be fully functional. Many things will not work without it!"))
210
- ((version<= middleware-version cider-required-middleware-version)
+ ((version< middleware-version cider-required-middleware-version)
211
212
"CIDER %s requires cider-nrepl %s+, but you're currently using cider-nrepl %s. Things will break!"
213
cider-version cider-required-middleware-version middleware-version)))))
0 commit comments