@@ -11,7 +11,7 @@ title = "Installation"
1111
1212** Casbah** is released to the [ Sonatype] ( http://sonatype.org/ )
1313repository, the latest Casbah build as is 3.1.1 and supports the
14- following scala versions: 2.10.x, 2.11.x, 2.12.0-M2 .
14+ following scala versions: 2.10.x, 2.11.x, 2.12.0-RC1 .
1515
1616The easiest way to install the latest Casbah driver (3.0.0) is by
1717using [ sbt - the Scala Build Tool] ( http://www.scala-sbt.org/ ) .
@@ -46,7 +46,7 @@ resolvers += "Sonatype snapshots" at "https://oss.sonatype.org/content/repositor
4646
4747** Casbah** is released to the [ Sonatype] ( http://sonatype.org/ )
4848repository, the latest Casbah build as is 3.0.0 and supports the
49- following scala versions: 2.10.x, 2.11.x, 2.12.0-M2 .
49+ following scala versions: 2.10.x, 2.11.x, 2.12.0-RC1 .
5050
5151## Using Dependency/Build Managers
5252
@@ -75,13 +75,13 @@ You can add Casbah to Maven with the following dependency block.
7575<dependency >
7676~~~
7777
78- Please substitute ` $SCALA_VERSION$ ` with your Scala version (we support 2.10.x, 2.11.x, 2.12.0-M2 .)
78+ Please substitute ` $SCALA_VERSION$ ` with your Scala version (we support 2.10.x, 2.11.x, 2.12.0-RC1 .)
7979
8080## Setting Up Ivy (w/ Ant)
8181
8282You can add Casbah to Ivy with the following dependency block.
8383
84- Please substitute ` $SCALA_VERSION$ ` with your Scala version (we support 2.10.x, 2.11.x, 2.12.0-M2 .)
84+ Please substitute ` $SCALA_VERSION$ ` with your Scala version (we support 2.10.x, 2.11.x, 2.12.0-RC1 .)
8585
8686## Setting up without a Dependency/Build Manager (Source + Binary)
8787
@@ -94,7 +94,7 @@ take time, especially as the dependencies change depending on the Scala
9494version you are using. To simplify this you can download a single all
9595inclusive jar for your scala version:
9696
97- * [ Casbah Scala 2.12.0-M2 ] ( http://oss.sonatype.org/content/repositories/releases/org/mongodb/casbah_2.12/3.1.1/casbah-alldep_2.12.0-M2 -3.1.1.jar )
97+ * [ Casbah Scala 2.12.0-RC1 ] ( http://oss.sonatype.org/content/repositories/releases/org/mongodb/casbah_2.12/3.1.1/casbah-alldep_2.12.0-RC1 -3.1.1.jar )
9898 * [ Casbah Scala 2.11] ( http://oss.sonatype.org/content/repositories/releases/org/mongodb/casbah_2.11/3.1.1/casbah-alldep_2.11-3.1.1.jar )
9999 * [ Casbah Scala 2.10] ( http://oss.sonatype.org/content/repositories/releases/org/mongodb/casbah_2.10/3.1.1/casbah-alldep_2.10-3.1.1.jar )
100100
0 commit comments