This is mostly a bug report, but I am not sure if there is any workaround.
I am trying to use the new Scala driver version 4.0.0
but after bumping the dependency on my build.sbt
file and reloading I got the following error.
sbt.librarymanagement.ResolveException: Error downloading org.mongodb.scala:bson-scala_2.13:4.0.0
Even on the Maven Repository you can see that the it depends on an unexisting dependency org.mongodb.scala » bson-scala_2.13
which you can also see on the published pom.
Do you have an estimated time of a followup release fixing this problem?