ring

vxe 2018-07-12T06:42:14.000088Z

If you use emacs there is this: https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-add-project-dependency , which not only does what pomegranate does, but also updates your project.clj. It is currently broken but a fix is to be released in the coming week(s)

manas_marthi 2018-07-12T08:53:19.000137Z

Yes, i tried this in spacemacs, i got json parsing error..

manas_marthi 2018-07-12T08:53:49.000122Z

It tried to fetch list of repos and broke with parsing exception

jumar 2018-07-16T14:28:56.000325Z

@manas.marthi this was a known issue - not sure if it's properly solved or not: https://github.com/clojure-emacs/refactor-nrepl/issues/226

manas_marthi 2018-07-16T14:41:04.000302Z

@jumar thank you. @jbelanger fyi.

👍 1
manas_marthi 2018-07-16T14:41:58.000274Z

I looked up the github repo of refactor-nrepl . the fix was merged