Skip to content

Commit 12e190e

Browse files
committed
chore(deps): mongo scala driver 4.5.0
1 parent 30e281a commit 12e190e

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
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

README.md

Lines changed: 1 addition & 1 deletion
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 (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

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

6161
libraryDependencies += "org.xerial.snappy" % "snappy-java" % "1.1.8.4" % Provided
6262

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "2.2.8-SNAPSHOT"
1+
version in ThisBuild := "2.3.0"

0 commit comments

Comments
 (0)