adam-james-v / svg-clj

DSL for compiling SVG elements with Clojure(script)
MIT License
102 stars 2 forks source link

Local root dependency prevents use of the library #15

Closed respatialized closed 1 year ago

respatialized commented 1 year ago

Hi @adam-james-v ! I just tried to update to the latest git version of svg-clj, but got a dependency resolution error because eyebrowse has a local root dep coordinate. Is this because the new git version depends on unpushed changes to eyebrowse? Should I fall back to the previous version for the time being?

respatialized commented 1 year ago

I was able to get around this error by manually specifying the Git coordinate for eyebrowse.

adam-james-v commented 1 year ago

Really sorry about that, I let the state of this project get a bit messy, and this is an unfortunate result. I'll be improving my approach to things, so stuff like this should (hopefully) not happen again.

I believe the latest push to the main branch should fix this -> that eyebrowse thing was purely an experiment anyway, and should not be needed for this library at all.