We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d20dd4d + 6ebedcb commit fb28a1aCopy full SHA for fb28a1a
build.sbt
@@ -271,7 +271,7 @@ lazy val scala_akka_dependencies: Seq[ModuleID] = Seq(
271
akkaTypedTestkit,
272
"com.lightbend.akka" %% "akka-stream-alpakka-mongodb" % "5.0.0",
273
akkaStreamDep,
274
- "org.mongodb.scala" %% "mongo-scala-driver" % "5.1.4",
+ "org.mongodb.scala" %% "mongo-scala-driver" % "5.2.0",
275
"com.lightbend.akka" %% "akka-stream-alpakka-file" % "5.0.0",
276
jUnitInterface,
277
embeddedMongo % Test,
0 commit comments