Summary
The changelog of Driver 5.7.0 claims Scala 3 support was added.
5.7.0 scala artifacts were published to Maven Central:
- 2.12: https://central.sonatype.com/artifact/org.mongodb.scala/mongo-scala-driver_2.12
- 2.13: https://central.sonatype.com/artifact/org.mongodb.scala/mongo-scala-driver_2.13
It however is missing for 3:
https://central.sonatype.com/artifact/org.mongodb.scala/mongo-scala-driver_3 --> 404 Not Found
How to Reproduce
Steps to reproduce. If possible, please include a Short, Self Contained, Correct (Compilable), Example.
Additional Background
Seems like publishing `_3` Scala artifact is missing here:
https://github.com/mongodb/mongo-java-driver/blob/main/.evergreen/publish.sh
There are no Sub-Tasks for this issue.