Edit: My expectations did not get updated when the decision was made on this ๐ See ๐งต What should I expect here? I removed any version settings, expecting Calva to give me the latest versions... but it only shows Calva's defaults as the "effective" versions (old nREPL -- 1.5.1) and the latest available (1.6.0):
Effective nREPL dependency versions:
nrepl: 1.5.1 (Calva defaults)
cider-nrepl: 0.58.0 (Calva defaults)
cider/piggieback: 0.6.1 (Calva defaults)
Latest available nREPL dependency versions found on Clojars:
nrepl: 1.6.0 (prerelease: 1.6.0-alpha3)
cider-nrepl: 0.58.0 (prerelease: 0.58.0-alpha1)
cider/piggieback: 0.6.1
I was expecting to get the more recent nREPL by now...I know I can change the setting easily enough to get 1.6.0 (and that's what I've done again) but I thought Calva was supposed to pick up the latest version automatically? Or was the consensus that automatically upgrading nREPL, outside of Calva doing it in a new release, was too "magical" and folks should just change the setting manually?
Ah, I found the post https://clojurians.slack.com/archives/CBE668G4R/p1765194804853869 So, yes, the decision was to not auto-update it, but the information provided should be enough for users to update if they want.