Skip to content

Commit f570739

Browse files
committed
DOCSP-40638 update installation instructions (#44)
* update artifact id * autobuilder * autobuilder retry * autobuilder retry (cherry picked from commit fc6a052)
1 parent 94ff4bd commit f570739

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/installation.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ Scala 2.12 Based Driver
3636
<dependencies>
3737
<dependency>
3838
<groupId>org.mongodb.scala</groupId>
39-
<artifactId>mongo-scala-driver</artifactId>
40-
<version>{+full-version+}_2.12</version>
39+
<artifactId>mongo-scala-driver_2.12</artifactId>
40+
<version>{+full-version+}</version>
4141
</dependency>
4242
</dependencies>
4343

@@ -67,8 +67,8 @@ Scala 2.11 Based Driver
6767
<dependencies>
6868
<dependency>
6969
<groupId>org.mongodb.scala</groupId>
70-
<artifactId>mongo-scala-driver</artifactId>
71-
<version>{+full-version+}_2.11</version>
70+
<artifactId>mongo-scala-driver_2.11</artifactId>
71+
<version>{+full-version+}</version>
7272
</dependency>
7373
</dependencies>
7474

0 commit comments

Comments
 (0)