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

Commit f98cdb9

Browse files
committed
Docs update Scala 2.12 version to 2.12.0-RC1
1 parent e2a1c62 commit f98cdb9

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

docs/reference/content/reference/installation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title = "Installation"
1111

1212
**Casbah** is released to the [Sonatype](http://sonatype.org/)
1313
repository, 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

1616
The easiest way to install the latest Casbah driver (3.0.0) is by
1717
using [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/)
4848
repository, 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

8282
You 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
9494
version you are using. To simplify this you can download a single all
9595
inclusive 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

docs/reference/content/upgrade.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ title = "Upgrade"
1111

1212
Any specific upgrade information for a driver release.
1313

14+
## Version 3.1.1
15+
16+
* Added support for Scala 2.12.0-RC1 [CASBAH-179](https://jira.mongodb.org/browse/CASBAH-179)
17+
18+
1419
## Version 3.0.0
1520

1621
* Upgraded to the 3.0 version of the MongoDB Java Driver (removed deprecated methods).

project/CasbahBuild.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ object CasbahBuild extends Build {
2828
val buildSettings = Seq(
2929
organization := "org.mongodb",
3030
organizationHomepage := Some(url("http://www.mongodb.org")),
31-
version := "3.1.2-SNAPSHOT",
31+
version := "3.1.1",
3232
scalaVersion := "2.11.7",
3333
crossScalaVersions := Seq("2.11.7", "2.10.5", "2.12.0-RC1"),
3434
resolvers := casbahResolvers,

0 commit comments

Comments
 (0)