Skip to content

Commit

Permalink
Update mongo-scala-driver to 4.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-center-steward[bot] committed Jan 17, 2025
1 parent af93f67 commit 3695fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ lazy val storage = project
.settings(
scalacOptions += "-Ywarn-unused",
libraryDependencies ++= Seq(
"org.mongodb.scala" %% "mongo-scala-driver" % "4.11.1",
"org.mongodb.scala" %% "mongo-scala-driver" % "4.11.5",
"net.lingala.zip4j" % "zip4j" % "2.11.5"
)
)
Expand Down

0 comments on commit 3695fed

Please sign in to comment.