Closed johanhaleby closed 8 years ago
You can check for dependency conflicts with:
lein deps :tree
In this case it looks to be a dependency conflict between eftest and ultra around which version of puget to use. If you add:
[mvxcvi/puget "1.0.0"]
To your deps it'll fix the problem, and I'll see about releasing a new version of eftest with updated dependencies.
Thanks that works.
Fixed in Duct 0.5.10
When I have ultra (version 0.4.1) in my
profiles.clj
I cannot start a repl with duct because of:There seem to be some sort of version incompatibilities.