clj-commons

borkdude 2022-10-14T15:49:26.082889Z

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 :)

🎉 3
dergutemoritz 2022-10-15T11:06:38.815379Z

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 🙂

dergutemoritz 2022-10-15T11:07:34.656139Z

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.

slipset 2022-10-14T16:06:23.355639Z

Yes!