liquidz / antq

Point out your outdated dependencies.
Other
403 stars 25 forks source link

Update tools.deps to 0.18.1398. #245

Closed r0man closed 9 months ago

r0man commented 9 months ago

Tools deps shipped with a spec that had a typo in it [1]. If the specs namespace of tools.deps is loaded, and instrumentation is turned on for a project, then the typo will cause an error.

I have a project that depends on antq which pulls in this bad spec and I can't run tests with instrumentation turned on.

This change updates tools.deps to fix this issue.

[1] https://github.com/clojure/tools.deps/commit/f71924e66a2561a8b22940d3dd52f08ef34e20ea [2] https://ask.clojure.org/index.php/13601/typo-in-clojure-tools-deps-specs-claspath-args

liquidz commented 9 months ago

@r0man Thanks for your notice!

liquidz commented 9 months ago

@r0man Just released v2.8.1169 :)

r0man commented 9 months ago

@liquidz Thank you!