File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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/ )
Original file line number Diff line number Diff 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
4646libraryDependencies += " 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
6060libraryDependencies += " org.xerial.snappy" % " snappy-java" % " 1.1.8.4" % Provided
6161
You can’t perform that action at this time.
0 commit comments