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 713cfdf + 8aaa9e8 commit 972e1c7Copy full SHA for 972e1c7
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.5.0",
+ "org.mongodb.scala" %% "mongo-scala-driver" % "5.5.1",
284
"com.lightbend.akka" %% "akka-stream-alpakka-file" % AlpakkaVersion,
285
jUnitInterface,
286
embeddedMongo % Test,
0 commit comments