Skip to content

Commit 972e1c7

Browse files
authored
Merge pull request #1905 from Baeldung/update/mongo-scala-driver-5.5.1
Update mongo-scala-driver from 5.5.0 to 5.5.1
2 parents 713cfdf + 8aaa9e8 commit 972e1c7

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

0 commit comments

Comments
 (0)