Skip to content

Commit 7e2cafc

Browse files
authored
Merge pull request #1996 from Baeldung/update/mongo-scala-driver-5.6.0
Update mongo-scala-driver from 5.5.1 to 5.6.0
2 parents 597eda1 + 852447f commit 7e2cafc

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.5.1",
283+
"org.mongodb.scala" %% "mongo-scala-driver" % "5.6.0",
284284
"com.lightbend.akka" %% "akka-stream-alpakka-file" % AlpakkaVersion,
285285
jUnitInterface,
286286
embeddedMongo % Test,

0 commit comments

Comments
 (0)