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 f77c9fa + c7aa50a commit 9e99d02Copy full SHA for 9e99d02
build.sbt
@@ -254,7 +254,7 @@ lazy val scala_akka_dependencies: Seq[ModuleID] = Seq(
254
akkaTypedTestkit,
255
"com.lightbend.akka" %% "akka-stream-alpakka-mongodb" % "5.0.0",
256
akkaStreamDep,
257
- "org.mongodb.scala" %% "mongo-scala-driver" % "5.1.1",
+ "org.mongodb.scala" %% "mongo-scala-driver" % "5.1.2",
258
"com.lightbend.akka" %% "akka-stream-alpakka-file" % "5.0.0",
259
jUnitInterface,
260
embeddedMongo % Test,
0 commit comments