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 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.