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 d260b89 + 05b1007 commit 0fc443eCopy full SHA for 0fc443e
build.sbt
@@ -280,7 +280,7 @@ lazy val scala_akka_dependencies: Seq[ModuleID] = Seq(
280
akkaTypedTestkit,
281
"com.lightbend.akka" %% "akka-stream-alpakka-mongodb" % AlpakkaVersion,
282
akkaStreamDep,
283
- "org.mongodb.scala" %% "mongo-scala-driver" % "5.6.1",
+ "org.mongodb.scala" %% "mongo-scala-driver" % "5.6.2",
284
"com.lightbend.akka" %% "akka-stream-alpakka-file" % AlpakkaVersion,
285
jUnitInterface,
286
embeddedMongo % Test,
0 commit comments