cursive

Santiago Cabrera 2026-03-03T22:05:43.403679Z

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

cfleming 2026-03-03T22:39:14.990459Z

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?

Santiago Cabrera 2026-03-03T23:28:53.397239Z

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.

cfleming 2026-03-03T23:53:00.655109Z

This is what Cursive uses: https://github.com/borkdude/deps.clj. borkdude usually updates this quickly, but he's probably currently in bed.

cfleming 2026-03-03T23:53:25.205469Z

Is there something in the latest release that you need?

Santiago Cabrera 2026-03-03T23:57:36.667209Z

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.

Santiago Cabrera 2026-03-13T21:50:54.882629Z

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?