Hi all, dummy question, I need to use the latest clojure deps version. 1.12.4.1612.
clj --version
Clojure CLI version 1.12.4.1612
but the version in cursive is 1.12.4.1597. How can I update it? (Hitting refresh didn't update it).Refresh should definitely update it, it just hits the Maven repo and gets the versions. However, note that Cursive uses deps.clj, perhaps that hasn't been updated to track the main release yet?
The readme says they are not released into maven. Any way to force cursive to update to the local clj?
https://github.com/clojure/brew-install/?tab=readme-ov-file#release-information
Release Information
These files are not released into Maven central like other libraries. Instead, the tar file is created and published as a Github release here.
The Clojure homebrew tap is updated when new releases are created or promoted to stable.
The Homebrew Central Clojure recipe is updated manually so may lag the Clojure tap.This is what Cursive uses: https://github.com/borkdude/deps.clj. borkdude usually updates this quickly, but he's probably currently in bed.
Is there something in the latest release that you need?
Oh, got it. Yeah, I need that version since is related to https://clojure.atlassian.net/browse/TDEPS-276. It's fine, I can wait for him to update it, it isn't urgent.
Hey there, it hasn't updated yet to the newest version. May I create a PR to update it or is it possible to do something from my side?