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 fb91db7 + 49a2b79 commit 29d0272Copy full SHA for 29d0272
build.sbt
@@ -239,7 +239,7 @@ lazy val scala_akka_dependencies: Seq[ModuleID] = Seq(
239
akkaTypedTestkit,
240
"com.lightbend.akka" %% "akka-stream-alpakka-mongodb" % "5.0.0",
241
akkaStreamDep,
242
- "org.mongodb.scala" %% "mongo-scala-driver" % "4.11.1",
+ "org.mongodb.scala" %% "mongo-scala-driver" % "5.0.0",
243
"com.lightbend.akka" %% "akka-stream-alpakka-file" % "5.0.0",
244
jUnitInterface,
245
embeddedMongo % Test,
0 commit comments