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 da7b292 + a7097c9 commit 51b54bdCopy full SHA for 51b54bd
build.sbt
@@ -175,7 +175,7 @@ lazy val scala_akka_dependencies: Seq[ModuleID] = Seq(
175
"com.typesafe.akka" %% "akka-actor-testkit-typed" % AkkaVersion % Test,
176
"com.lightbend.akka" %% "akka-stream-alpakka-mongodb" % "5.0.0",
177
"com.typesafe.akka" %% "akka-stream" % AkkaVersion,
178
- "org.mongodb.scala" %% "mongo-scala-driver" % "4.10.1",
+ "org.mongodb.scala" %% "mongo-scala-driver" % "4.10.2",
179
"com.lightbend.akka" %% "akka-stream-alpakka-file" % "5.0.0",
180
jUnitInterface,
181
embeddedMongo % Test,
0 commit comments