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

Commit caf0000

Browse files
committed
Added Scala 2.12 support
CASBAH-196
1 parent ecb9761 commit caf0000

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/reference/content/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Changes in Version 3.1.1
2121
: [CASBAH-192](https://jira.mongodb.org/browse/CASBAH-192)
2222
* Fixed `getAs[Any]` regression: [CASBAH-169](https://jira.mongodb.org/browse/CASBAH-169). <br>
2323
If the value is present and null, the method will now return Some(None), if it is not present, it will return None.
24-
24+
* Added Scala 2.12 support: [CASBAH-196](https://jira.mongodb.org/browse/CASBAH-196)
2525

2626

2727
Changes in Version 3.1.0

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-RC1.
14+
following scala versions: 2.10.x, 2.11.x, 2.12.0.
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-RC1.
49+
following scala versions: 2.10.x, 2.11.x, 2.12.0.
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-RC1.)
78+
Please substitute `$SCALA_VERSION$` with your Scala version (we support 2.10.x, 2.11.x, 2.12.0.)
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-RC1.)
84+
Please substitute `$SCALA_VERSION$` with your Scala version (we support 2.10.x, 2.11.x, 2.12.0.)
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-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)
97+
* [Casbah Scala 2.12.0](http://oss.sonatype.org/content/repositories/releases/org/mongodb/casbah_2.12/3.1.1/casbah-alldep_2.12.0-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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Any specific upgrade information for a driver release.
1313

1414
## Version 3.1.1
1515

16-
* Added support for Scala 2.12.0-RC1 [CASBAH-179](https://jira.mongodb.org/browse/CASBAH-179)
16+
* Added Scala 2.12 support: [CASBAH-196](https://jira.mongodb.org/browse/CASBAH-196)
1717

1818

1919
## Version 3.0.0

0 commit comments

Comments
 (0)