Closed p-himik closed 6 hours ago
Yup, missed adding it in project.clj, just pushed out 1.6.2
with the dependency added.
For my own understanding - is project.clj
there only because of historical reasons (and consequent current usage)? Or are there things that aren't easily achievable with deps.edn
and build.clj
?
Yeah, project.clj
is how it was set up historically, and I still use it to package the jar when doing releases. It could definitely be done using deps.edn
and build.clj
going forward. I just haven't got around to switching that around.
I see that
deps.edn
listsclojure.data.json
as a dependency, butproject.clj
doesn't. I suspect that the JAR is generated fromproject.clj
hence the missing dependency.