Skip to content

Commit

Permalink
Update bson to 5.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 12, 2024
1 parent 3ffd7a4 commit b80033f
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 @@ -74,7 +74,7 @@ lazy val core = (project in file("modules/core"))
name := "calypso-core",
description := "calypso core",
libraryDependencies ++= List(
"org.mongodb" % "bson" % "5.1.2",
"org.mongodb" % "bson" % "5.1.3",
"org.typelevel" %% "cats-core" % "2.12.0",
"org.scalameta" %% "munit" % "1.0.0" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test
Expand Down

0 comments on commit b80033f

Please sign in to comment.