Skip to content

Commit 768f6cf

Browse files
committed
readme changes for mongo-scala-driver 4.x
1 parent e35caaa commit 768f6cf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# simple-mongo
22

3-
A library for easy usage of the mongo-scala-driver.
3+
A library for easy usage of the mongo-scala-driver (4.x).
44

55
## MongoDB Support
66

@@ -13,7 +13,8 @@ Support MongoDB 2.6 to 4.2.
1313
* DAO Pattern for GridFS
1414
* GridFS: Upload from InputStream, Download to OutputStream
1515
* Implicit conversions for Document, Bson, ObjectID ...
16-
* Example Apps
16+
* Json loading
17+
* ...
1718

1819
## Documentation
1920

@@ -42,7 +43,7 @@ Add following lines to your build.sbt
4243

4344
```
4445
45-
libraryDependencies += "com.sfxcode.nosql" %% "simple-mongo" % "1.8.0"
46+
libraryDependencies += "com.sfxcode.nosql" %% "simple-mongo" % "1.9.0"
4647
4748
```
4849

0 commit comments

Comments
 (0)