Skip to content

Commit

Permalink
Update mongo-scala-driver to 5.2.1 (#895)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-asf[bot] authored Nov 10, 2024
1 parent 54dace8 commit 825625b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ object Dependencies {
val MongoDb = Seq(
crossScalaVersions -= Scala3,
libraryDependencies ++= Seq(
"org.mongodb.scala" %% "mongo-scala-driver" % "5.2.0"))
"org.mongodb.scala" %% "mongo-scala-driver" % "5.2.1"))

val Mqtt = Seq(
libraryDependencies ++= Seq(
Expand Down

0 comments on commit 825625b

Please sign in to comment.