Skip to content

Commit e0f65f4

Browse files
committed
replace fixed version
1 parent 0f9070b commit e0f65f4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Support MongoDB 2.6 to 4.2.
1818
* Reactive Streams Support
1919
* Json loading from File, Conversion to plain Json
2020
* Local Server Support [mongo-java-server](https://github.com/bwaldvogel/mongo-java-server)
21+
* Collection Sync
2122
* ...
2223

2324
## Documentation
@@ -43,11 +44,11 @@ Scala Version is 2.13.x / 2.12.x.
4344

4445
## Usage
4546

46-
Add following lines to your build.sbt
47+
Add following lines to your build.sbt (replace x.x with the actual Version)
4748

4849
```
4950
50-
libraryDependencies += "com.sfxcode.nosql" %% "simple-mongo" % "1.9.0"
51+
libraryDependencies += "com.sfxcode.nosql" %% "simple-mongo" % "2.x.x"
5152
5253
```
5354

0 commit comments

Comments
 (0)