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

Commit e259611

Browse files
committed
Docs: Fix path for 2.12 jar files
1 parent caf0000 commit e259611

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/reference/content/changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Changes in Version 3.1.1
1717
------------------------
1818

1919
* Updated Mongo Java Driver to 3.2.2
20-
<br>
20+
<br> (<https://github.com/mongodb/mongo-java-driver/releases/tag/r3.2.2>)
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.
@@ -28,7 +28,7 @@ Changes in Version 3.1.0
2828
------------------------
2929

3030
* Updated Mongo Java Driver to 3.2.0
31-
<br>
31+
<br> (<https://github.com/mongodb/mongo-java-driver/releases/tag/r3.2.0>)
3232
: [CASBAH-186](https://jira.mongodb.org/browse/CASBAH-186)
3333
* Added support for bypassDocumentValidation : [CASBAH-187](https://jira.mongodb.org/browse/CASBAH-187)
3434
* Added support for WriteConcern with findAndModify helpers : [CASBAH-188](https://jira.mongodb.org/browse/CASBAH-188)

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.
14+
following scala versions: 2.10.x, 2.11.x, 2.12.x
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.
49+
following scala versions: 2.10.x, 2.11.x, 2.12.x
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.)
78+
Please substitute `$SCALA_VERSION$` with your Scala version (we support 2.10.x, 2.11.x, 2.12.x)
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.)
84+
Please substitute `$SCALA_VERSION$` with your Scala version (we support 2.10.x, 2.11.x, 2.12.x)
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](http://oss.sonatype.org/content/repositories/releases/org/mongodb/casbah_2.12/3.1.1/casbah-alldep_2.12.0-3.1.1.jar)
97+
* [Casbah Scala 2.12](http://oss.sonatype.org/content/repositories/releases/org/mongodb/casbah_2.12/3.1.1/casbah-alldep_2.12-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

Comments
 (0)