Skip to content
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

Dependency mismatch version between aleph, gloss and lamina #97

Closed
jsyrjala opened this issue Jul 12, 2013 · 1 comment
Closed

Dependency mismatch version between aleph, gloss and lamina #97

jsyrjala opened this issue Jul 12, 2013 · 1 comment

Comments

@jsyrjala
Copy link

lein deps :tree gives this warning about version mismatches with aleph 0.3.0-rc2. Probably doesn't affect anything but though I should mention about this.

WARNING!!! possible confusing dependencies found:
[aleph "0.3.0-rc2"] -> [org.clojure/tools.logging "0.2.3"]
 overrides
[aleph "0.3.0-rc2"] -> [lamina "0.5.0-rc4"] -> [org.clojure/tools.logging "0.2.4"]
 and
[aleph "0.3.0-rc2"] -> [gloss "0.2.2-rc1"] -> [lamina "0.5.0-rc1"] -> [org.clojure/tools.logging "0.2.4"]

[aleph "0.3.0-rc2"] -> [potemkin "0.2.2"]
 overrides
[aleph "0.3.0-rc2"] -> [lamina "0.5.0-rc4"] -> [potemkin "0.3.0"]

when using this project.clj

(defproject my-project "1.0.0"
  :dependencies [[org.clojure/clojure "1.5.1"]
                 [aleph "0.3.0-rc2"]])
@ztellman
Copy link
Collaborator

This should be fixed as of the formal release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants