We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94ff4bd commit f570739Copy full SHA for f570739
source/installation.txt
@@ -36,8 +36,8 @@ Scala 2.12 Based Driver
36
<dependencies>
37
<dependency>
38
<groupId>org.mongodb.scala</groupId>
39
- <artifactId>mongo-scala-driver</artifactId>
40
- <version>{+full-version+}_2.12</version>
+ <artifactId>mongo-scala-driver_2.12</artifactId>
+ <version>{+full-version+}</version>
41
</dependency>
42
</dependencies>
43
@@ -67,8 +67,8 @@ Scala 2.11 Based Driver
67
68
69
70
71
- <version>{+full-version+}_2.11</version>
+ <artifactId>mongo-scala-driver_2.11</artifactId>
72
73
74
0 commit comments