I need to read a deps.edn file, update a single alias and write it back while preserving the structure of the file (empty lines, etc.). Can someone share a simple example snippet with rewrite-clj, please?
It seems this is a job for rewrite-edn: https://github.com/borkdude/rewrite-edn
Yup, yup. found it... Thank you!
Awesome lib