We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The sphere-mongo library is depending on a mongo driver: https://github.com/sphereio/sphere-scala-libs/blob/15e62715c4ed2df89789210cf02b786f88cd343c/mongo/dependencies.sbt#L2
The drawback is that consumers of the library cannot control the version of the mongo driver they are using.
We could have much less dependency and depends only on the mongo bson library.
The text was updated successfully, but these errors were encountered:
Is there a drawback regarding depending only on the bson library?
It really seems like something we should do 👍
Sorry, something went wrong.
No branches or pull requests
The sphere-mongo library is depending on a mongo driver:
https://github.com/sphereio/sphere-scala-libs/blob/15e62715c4ed2df89789210cf02b786f88cd343c/mongo/dependencies.sbt#L2
The drawback is that consumers of the library cannot control the version of the mongo driver they are using.
We could have much less dependency and depends only on the mongo bson library.
The text was updated successfully, but these errors were encountered: