File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 3
3
4
4
## Versions
5
5
6
+ #### 2.3.0
7
+ * mongo-scala-driver [ 4.5.0] ( https://mongodb.github.io/mongo-java-driver/4.4/driver-scala/ )
8
+
6
9
#### 2.2.7
7
10
* mongo-scala-driver [ 4.4.1] ( https://mongodb.github.io/mongo-java-driver/4.4/driver-scala/ )
8
11
Original file line number Diff line number Diff line change 1
1
# simple-mongo
2
2
3
- A library for easy usage of the mongo-scala-driver (4.x). Full MongoDB Functionality in Scala with a few lines of code.
3
+ A library for easy usage of the mongo-scala-driver (4.5. x). Full MongoDB Functionality in Scala with a few lines of code.
4
4
5
5
## MongoDB Support
6
6
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ libraryDependencies ++= Seq(
56
56
" io.circe" %% " circe-parser"
57
57
).map(_ % circeVersion % Test )
58
58
59
- libraryDependencies += " org.mongodb.scala" %% " mongo-scala-driver" % " 4.4.1 "
59
+ libraryDependencies += " org.mongodb.scala" %% " mongo-scala-driver" % " 4.5.0 "
60
60
61
61
libraryDependencies += " org.xerial.snappy" % " snappy-java" % " 1.1.8.4" % Provided
62
62
Original file line number Diff line number Diff line change 1
- version in ThisBuild := " 2.2.8-SNAPSHOT "
1
+ version in ThisBuild := " 2.3.0 "
You can’t perform that action at this time.
0 commit comments