Fork me on GitHub
#deps-new
<
2022-06-10
>
Derek18:06:16

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

Derek18:06:35

My alias:

:new
  {:extra-deps
   {io.github.seancorfield/deps-new
    {:git/tag "v0.4.10"
     :git/sha "1ac9260"}}
   :exec-fn org.corfield.new/create}

Derek18:06:45

The error:

Derek18:06:48

Error building classpath. Library io.github.clojure/tools.build has sha and tag that point to different commits

seancorfield21:06:25

Thanks for the PR. Merged. v0.4.12 is the new working version!

👍 1
Derek21:06:46

Thank you for the quick turnaround

seancorfield21:06:18

Hope it works properly this time 🙂

seancorfield21:06:37

I really need a better test setup with that...