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 7a543ec + 0adf4a8 commit 7822a93Copy full SHA for 7822a93
build.sbt
@@ -263,7 +263,7 @@ lazy val scala_akka_dependencies: Seq[ModuleID] = Seq(
263
akkaTypedTestkit,
264
"com.lightbend.akka" %% "akka-stream-alpakka-mongodb" % "5.0.0",
265
akkaStreamDep,
266
- "org.mongodb.scala" %% "mongo-scala-driver" % "5.1.2",
+ "org.mongodb.scala" %% "mongo-scala-driver" % "5.1.3",
267
"com.lightbend.akka" %% "akka-stream-alpakka-file" % "5.0.0",
268
jUnitInterface,
269
embeddedMongo % Test,
0 commit comments