Skip to content

Commit fb28a1a

Browse files
authored
Merge pull request #1588 from Baeldung/update/mongo-scala-driver-5.2.0
Update mongo-scala-driver from 5.1.4 to 5.2.0
2 parents d20dd4d + 6ebedcb commit fb28a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ lazy val scala_akka_dependencies: Seq[ModuleID] = Seq(
271271
akkaTypedTestkit,
272272
"com.lightbend.akka" %% "akka-stream-alpakka-mongodb" % "5.0.0",
273273
akkaStreamDep,
274-
"org.mongodb.scala" %% "mongo-scala-driver" % "5.1.4",
274+
"org.mongodb.scala" %% "mongo-scala-driver" % "5.2.0",
275275
"com.lightbend.akka" %% "akka-stream-alpakka-file" % "5.0.0",
276276
jUnitInterface,
277277
embeddedMongo % Test,

0 commit comments

Comments
 (0)