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 0f9070b commit e0f65f4Copy full SHA for e0f65f4
README.md
@@ -18,6 +18,7 @@ Support MongoDB 2.6 to 4.2.
18
* Reactive Streams Support
19
* Json loading from File, Conversion to plain Json
20
* Local Server Support [mongo-java-server](https://github.com/bwaldvogel/mongo-java-server)
21
+* Collection Sync
22
* ...
23
24
## Documentation
@@ -43,11 +44,11 @@ Scala Version is 2.13.x / 2.12.x.
43
44
45
## Usage
46
-Add following lines to your build.sbt
47
+Add following lines to your build.sbt (replace x.x with the actual Version)
48
49
```
50
-libraryDependencies += "com.sfxcode.nosql" %% "simple-mongo" % "1.9.0"
51
+libraryDependencies += "com.sfxcode.nosql" %% "simple-mongo" % "2.x.x"
52
53
54
0 commit comments