The JVM at MongoDB team is pleased to announce the 1.0.0 release of a new MongoDB Scala Driver.
The new MongoDB Scala Driver[1] provides a modern idiomatic Scala driver for MongoDB. Built on top of the MongoDB Async Java Driver (3.1) it provides a first class Scala experience. All database calls are asynchronous and return an Observable allowing for efficient execution, concise code, and functional composition[2].
The JVM Driver team