Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Updated to Java Driver 2.9 snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan W. McAdams committed Jul 24, 2012
1 parent 58485f2 commit bde3130
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/CasbahBuild.scala
Expand Up @@ -113,7 +113,7 @@ object CasbahBuild extends Build {

object Dependencies {

val mongoJavaDriver = "org.mongodb" % "mongo-java-driver" % "2.8.0"
val mongoJavaDriver = "org.mongodb" % "mongo-java-driver" % "2.9.0-SNAPSHOT"
val slf4j = "org.slf4j" % "slf4j-api" % "1.6.0"

val specs2 = "org.specs2" %% "specs2" % "1.5.1" % "provided"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
@@ -1 +1 @@
sbt.version=0.11.3
sbt.version=0.12.0-RC3

0 comments on commit bde3130

Please sign in to comment.