From 7d45cbe7371a87b1193fe49531d8d0bb09d1fb70 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 9 Jun 2024 17:15:15 +0200 Subject: [PATCH] Update bson to 5.1.0 (#230) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f200829..488c37c 100644 --- a/build.sbt +++ b/build.sbt @@ -74,7 +74,7 @@ lazy val core = (project in file("modules/core")) name := "calypso-core", description := "calypso core", libraryDependencies ++= List( - "org.mongodb" % "bson" % "5.0.1", + "org.mongodb" % "bson" % "5.1.0", "org.typelevel" %% "cats-core" % "2.12.0", "org.scalameta" %% "munit" % "1.0.0" % Test, "org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test