-
Notifications
You must be signed in to change notification settings - Fork 29
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
Missing or invalid dependency #41
Comments
Hi @sbuljat. |
Hi @laughedelic Here's build.sbt from project 1:
Here's build.sbt from project 2:
Error in project 2: [error] missing or invalid dependency detected while loading class file 'Location.class'. |
Wow 😮 I see such error for the first time. After quick googling I think it's some internal scala/sbt issue (also here). But this SO question suggests that probably you can add some other mongodb related dependency and it will help. Here, unfortunately, I cannot help you. And a couple of things related to the sbt-s3-resolver plugin:
|
any updates on this one? |
@laughedelic yes.. |
If my published artifact has a dependency on MongoDB driver library then project which depends on my library cannot compile without explicit MongoDB library dependency in build.sbt. Shouldn't it retrieve as transitive dependency? Tried maven and ivy style...same
The text was updated successfully, but these errors were encountered: