Hi Sean, when upgrading deps-new from 0.4.9 to 0.4.10, Iām seeing an issue with a git/sha not matching the git/tag. Iām still using -X, so maybe that workflow is the problem. Details in thread
My alias:
:new
{:extra-deps
{io.github.seancorfield/deps-new
{:git/tag "v0.4.10"
:git/sha "1ac9260"}}
:exec-fn org.corfield.new/create}The error:
Error building classpath. Library io.github.clojure/tools.build has sha and tag that point to different commitsIt looks like the sha here https://github.com/seancorfield/deps-new/blob/09fd35ace0c450885b11fadb68d0c7e2a85fff3a/deps.edn#L3 is missing a leading b
Thanks for the PR. Merged. v0.4.12 is the new working version!
Thank you for the quick turnaround
Hope it works properly this time š
I really need a better test setup with that...