Skip to content

Commit

Permalink
Update bson to 5.2.1 (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 7, 2024
1 parent 9e45ce9 commit 6a7dd16
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 @@ -76,7 +76,7 @@ lazy val core = (project in file("modules/core"))
name := "calypso-core",
description := "calypso core",
libraryDependencies ++= List(
"org.mongodb" % "bson" % "5.2.0",
"org.mongodb" % "bson" % "5.2.1",
"org.typelevel" %% "cats-core" % "2.12.0",
"org.scalameta" %% "munit" % "1.0.2" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test
Expand Down

0 comments on commit 6a7dd16

Please sign in to comment.