<dependency>
<groupId>org.mongodb</groupId>
<artifactId>casbah-core_2.10</artifactId>
<version>2.7.0-RC1</version>
</dependency>
compile
|-- org.scala-lang:scala-library:2.10.3
|-- org.mongodb:casbah-commons_2.10:2.7.0-RC1
|-- org.mongodb:casbah-query_2.10:2.7.0-RC1
|-- com.github.nscala-time:nscala-time_2.10:0.6.0
test
|-- org.scalatest:scalatest_2.10:2.0
|-- org.specs2:specs2_2.10:2.3.7
|-- org.scalastyle:scalastyle_2.10:0.3.2
|-- junit:junit:4.10