-
Notifications
You must be signed in to change notification settings - Fork 22
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
undeclared and unused contradiction #46
Comments
Thanks for the clear bug report. I agree this looks odd. I haven’t had a chance to look into it yet. |
It is just the The other gRPC one should have been scoped to the |
Hmm I swear marking |
@steinybot Did you ever figure this out? I'm stuck on the same thing now, also using the akka-grpc and scalapb libraries. |
@alexklibisz No I don't think that I did. |
If its of any help, you can try setting the loglevel to debug to understand the inner workings (recently added) of this plugin as described here https://github.com/cb372/sbt-explicit-dependencies#debugging |
Updating the plugin to
All good? Not really, if you observe carefully, our
sbt-akka-grpc is explicitly adding |
One sort-of solution to this is to use |
I have setup the Akka gRPC Hellow World server and the first thing I get is:
Now when I add those dependencies:
So far so good... but:
This contradicts the first result.
See https://github.com/steinybot/bug-reports/tree/sbt-explicit-dependencies/contradiction for a project which reproduces this problem.
The text was updated successfully, but these errors were encountered: