Fork me on GitHub
#clj-commons
<
2022-10-15
>
borkdude11:10:40

Awesome. That give me the idea: lein2deps might support updating /syncing an existing deps.edn while preserving comments, etc using rewrite-edn which is also used in neil

😍 1
borkdude11:10:15

I might have a use case for that in babashka where I'm still using lein for deployment + deps for development and testing (but I'm going to rewrite it to deps.edn at some point anyway)

borkdude11:10:09

I guess one could use lein2deps as a library, get the new deps map and use rewrite-edn to merge in those changes programmatically already today