-
-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The dependency tree is much longer that it could be #79
Comments
This is due to lynaghk/cljx#47. It can be worked around by putting the cljx |
Hi Stathis, this is a regression - thanks for bringing it up. Will cut a new release shortly! @hugoduncan Yeah, have been bit by this before. Fixed it, then forgot about the problem and reintroduced it :-) |
Just pushed |
Great, thanks for the immediate response! |
If I add timbre to my project, and run
lein deps :tree
the branch concerning timbre looks like that:It seems that excluding cljx does not have an impact (as far as I can tell). Would it be worth excluding this by default so that timbre can truly be an "all-Clojure library" as advertised?
The text was updated successfully, but these errors were encountered: