Now that lein2deps is a thing: https://clojurians.slack.com/archives/C06MAR553/p1665746587901169
Perhaps we could add a deps.edn generated by that thing to clj-commons/hickory so people can at least start using it as a git dep :)
In Aleph we have a step in the CI build job which ensures that project.clj and deps.edn are in sync. Feel free to steal 🙂
See https://github.com/clj-commons/aleph/pull/625 for the initial work and https://github.com/clj-commons/aleph/pull/635 for the switch to lein2deps.
Yes!