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 b06f298 + 4f8cca9 commit 61a9051Copy full SHA for 61a9051
build.sbt
@@ -249,7 +249,7 @@ lazy val scala_akka_dependencies: Seq[ModuleID] = Seq(
249
akkaTypedTestkit,
250
"com.lightbend.akka" %% "akka-stream-alpakka-mongodb" % "5.0.0",
251
akkaStreamDep,
252
- "org.mongodb.scala" %% "mongo-scala-driver" % "5.0.1",
+ "org.mongodb.scala" %% "mongo-scala-driver" % "5.1.0",
253
"com.lightbend.akka" %% "akka-stream-alpakka-file" % "5.0.0",
254
jUnitInterface,
255
embeddedMongo % Test,
0 commit comments