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 e7e724e + 3b26513 commit c1fea39Copy full SHA for c1fea39
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.3.1",
+ "org.mongodb.scala" %% "mongo-scala-driver" % "5.4.0",
284
"com.lightbend.akka" %% "akka-stream-alpakka-file" % AlpakkaVersion,
285
jUnitInterface,
286
embeddedMongo % Test,
0 commit comments