Skip to content

Commit ff24f09

Browse files
authored
Merge pull request #2025 from Baeldung/update/mongo-scala-driver-5.6.1
Update mongo-scala-driver from 5.6.0 to 5.6.1
2 parents 233beeb + e08536f commit ff24f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ lazy val scala_akka_dependencies: Seq[ModuleID] = Seq(
280280
akkaTypedTestkit,
281281
"com.lightbend.akka" %% "akka-stream-alpakka-mongodb" % AlpakkaVersion,
282282
akkaStreamDep,
283-
"org.mongodb.scala" %% "mongo-scala-driver" % "5.6.0",
283+
"org.mongodb.scala" %% "mongo-scala-driver" % "5.6.1",
284284
"com.lightbend.akka" %% "akka-stream-alpakka-file" % AlpakkaVersion,
285285
jUnitInterface,
286286
embeddedMongo % Test,

0 commit comments

Comments
 (0)