Casbah is now officially end-of-life (EOL). No further developments, bugfixes, enhancements, scaladoc changes, maintenance will be provided by this project.
Users are encouraged to migrate to the Mongo Scala Driver for a modern idiomatic MongoDB Scala driver.
Introduction
Casbah is a Scala toolkit for MongoDB.
Quick Start
The recommended way to get started is with a dependency management system. Select the version and dependency management system below and the snippet can be copied and pasted into your build.
Alternatively, head over to our documentation to learn more about getting started with Scala and MongoDB.
libraryDependencies += "org.mongodb" %% "casbah" % "3.1.1"