Skip to content

Commit 51b54bd

Browse files
authored
Merge pull request #790 from scala-steward/update/mongo-scala-driver-4.10.2
Update mongo-scala-driver from 4.10.1 to 4.10.2
2 parents da7b292 + a7097c9 commit 51b54bd

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
@@ -175,7 +175,7 @@ lazy val scala_akka_dependencies: Seq[ModuleID] = Seq(
175175
"com.typesafe.akka" %% "akka-actor-testkit-typed" % AkkaVersion % Test,
176176
"com.lightbend.akka" %% "akka-stream-alpakka-mongodb" % "5.0.0",
177177
"com.typesafe.akka" %% "akka-stream" % AkkaVersion,
178-
"org.mongodb.scala" %% "mongo-scala-driver" % "4.10.1",
178+
"org.mongodb.scala" %% "mongo-scala-driver" % "4.10.2",
179179
"com.lightbend.akka" %% "akka-stream-alpakka-file" % "5.0.0",
180180
jUnitInterface,
181181
embeddedMongo % Test,

0 commit comments

Comments
 (0)