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

Cursive fails to launch a REPL due to using version ranges #1674

Open
danielcompton opened this issue Mar 2, 2017 · 0 comments
Open

Cursive fails to launch a REPL due to using version ranges #1674

danielcompton opened this issue Mar 2, 2017 · 0 comments

Comments

@danielcompton
Copy link
Collaborator

danielcompton commented Mar 2, 2017

If I try to launch a REPL with Cursive on https://github.com/capitalone/cqrs-manager-for-distributed-reactive-services, I get the following error:

screenshot of intellij idea 2-03-17 2-28-07 pm

Leiningen prints out the same error when running lein repl, but it still lets me continue.

The full error is:

$ lein repl
WARNING!!! version ranges found for:
[io.grpc/grpc-netty "1.0.0"] -> [io.netty/netty-codec-http2 "[4.1.3.Final,4.1.3.Final]"]
Consider using [io.grpc/grpc-netty "1.0.0" :exclusions [io.netty/netty-codec-http2]].
[io.grpc/grpc-netty "1.0.0"] -> [io.grpc/grpc-core "[1.0.0,1.0.0]"]
Consider using [io.grpc/grpc-netty "1.0.0" :exclusions [io.grpc/grpc-core]].

Similar to #122, but this happens even when there is no pedantic setting.

c.f. technomancy/leiningen#2251

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

1 participant