Skip to content

Commit 0fd5bb7

Browse files
committed
chore(dependencies): update
mongo-scala-driver 4.6.0
1 parent 7d5d1e0 commit 0fd5bb7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55

66
### 2.4.0
77
* Github namespace changed to mongocamp organization, name changes to mongocamp-driver-mongodb
8+
* * mongo-scala-driver [4.6.0](https://mongodb.github.io/mongo-java-driver/4.5/driver-scala/)
9+
810

911
#### 2.3.0
10-
* mongo-scala-driver [4.5.0](https://mongodb.github.io/mongo-java-driver/4.4/driver-scala/)
12+
* mongo-scala-driver [4.5.0](https://mongodb.github.io/mongo-java-driver/4.5/driver-scala/)
1113

1214
#### 2.2.7
1315
* mongo-scala-driver [4.4.1](https://mongodb.github.io/mongo-java-driver/4.4/driver-scala/)

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repos
4141

4242
// Test
4343

44-
libraryDependencies += "org.specs2" %% "specs2-core" % "4.14.1" % Test
44+
libraryDependencies += "org.specs2" %% "specs2-core" % "4.15.0" % Test
4545

4646
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.11" % Test
4747

@@ -55,7 +55,7 @@ libraryDependencies ++= Seq(
5555
"io.circe" %% "circe-parser"
5656
).map(_ % circeVersion % Test)
5757

58-
libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "4.5.1"
58+
libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "4.6.0"
5959

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

0 commit comments

Comments
 (0)