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 3f9ef66 + 79569ab commit 2996008Copy full SHA for 2996008
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