calva

seancorfield 2026-03-09T01:41:47.583309Z

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...

๐Ÿ‘ 1
โœ… 1
seancorfield 2026-03-09T01:45:47.639129Z

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?

seancorfield 2026-03-09T01:49:24.938799Z

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.