rewrite-clj

https://github.com/clj-commons/rewrite-clj
borkdude 2020-10-11T10:41:30.039Z

Implemented assoc-in and update-in:

(println (str (r/assoc-in nodes [:deps 'my-other-dep] {:mvn/version "0.1.2"})))