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 8d1c93f commit 79569abCopy full SHA for 79569ab
build.sbt
@@ -256,7 +256,7 @@ lazy val scala_akka_dependencies: Seq[ModuleID] = Seq(
256
akkaTypedTestkit,
257
"com.lightbend.akka" %% "akka-stream-alpakka-mongodb" % "5.0.0",
258
akkaStreamDep,
259
- "org.mongodb.scala" %% "mongo-scala-driver" % "5.1.0",
+ "org.mongodb.scala" %% "mongo-scala-driver" % "5.1.1",
260
"com.lightbend.akka" %% "akka-stream-alpakka-file" % "5.0.0",
261
jUnitInterface,
262
embeddedMongo % Test,
0 commit comments