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 0e10c73 + 29c8df6 commit a70fa3eCopy full SHA for a70fa3e
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.9.1",
+ "org.mongodb.scala" %% "mongo-scala-driver" % "4.10.1",
179
"com.lightbend.akka" %% "akka-stream-alpakka-file" % "5.0.0",
180
jUnitInterface,
181
embeddedMongo % Test,
0 commit comments