Skip to content

Commit

Permalink
Update tools.deps to 0.18.1398.
Browse files Browse the repository at this point in the history
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] clojure/tools.deps@f71924e
[2] https://ask.clojure.org/index.php/13601/typo-in-clojure-tools-deps-specs-claspath-args
  • Loading branch information
r0man committed Jan 5, 2024
1 parent 338d7aa commit 736666f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
org.clojure/data.zip {:mvn/version "1.0.0"}
org.clojure/tools.cli {:mvn/version "1.0.219"}
org.clojure/core.async {:mvn/version "1.6.681"}
org.clojure/tools.deps {:mvn/version "0.18.1394"}
org.clojure/tools.deps {:mvn/version "0.18.1398"}
org.clojure/data.json {:mvn/version "2.5.0"}
clj-commons/clj-yaml {:mvn/version "1.0.27"}
version-clj/version-clj {:mvn/version "2.0.2"}
Expand Down

0 comments on commit 736666f

Please sign in to comment.