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.
1 parent 3fc816f commit 49a2b79Copy full SHA for 49a2b79
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