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 e35caaa commit 768f6cfCopy full SHA for 768f6cf
README.md
@@ -1,6 +1,6 @@
1
# simple-mongo
2
3
-A library for easy usage of the mongo-scala-driver.
+A library for easy usage of the mongo-scala-driver (4.x).
4
5
## MongoDB Support
6
@@ -13,7 +13,8 @@ Support MongoDB 2.6 to 4.2.
13
* DAO Pattern for GridFS
14
* GridFS: Upload from InputStream, Download to OutputStream
15
* Implicit conversions for Document, Bson, ObjectID ...
16
-* Example Apps
+* Json loading
17
+* ...
18
19
## Documentation
20
@@ -42,7 +43,7 @@ Add following lines to your build.sbt
42
43
44
```
45
-libraryDependencies += "com.sfxcode.nosql" %% "simple-mongo" % "1.8.0"
46
+libraryDependencies += "com.sfxcode.nosql" %% "simple-mongo" % "1.9.0"
47
48
49
0 commit comments