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 33
44## Versions
55
6+ #### 2.3.0
7+ * mongo-scala-driver [ 4.5.0] ( https://mongodb.github.io/mongo-java-driver/4.4/driver-scala/ )
8+
69#### 2.2.7
710* mongo-scala-driver [ 4.4.1] ( https://mongodb.github.io/mongo-java-driver/4.4/driver-scala/ )
811
Original file line number Diff line number Diff line change 11# simple-mongo
22
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.
44
55## MongoDB Support
66
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ libraryDependencies ++= Seq(
5656 " io.circe" %% " circe-parser"
5757).map(_ % circeVersion % Test )
5858
59- libraryDependencies += " org.mongodb.scala" %% " mongo-scala-driver" % " 4.4.1 "
59+ libraryDependencies += " org.mongodb.scala" %% " mongo-scala-driver" % " 4.5.0 "
6060
6161libraryDependencies += " org.xerial.snappy" % " snappy-java" % " 1.1.8.4" % Provided
6262
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