Skip to content

Commit 6a7dd16

Browse files
Update bson to 5.2.1 (#256)
1 parent 9e45ce9 commit 6a7dd16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ lazy val core = (project in file("modules/core"))
7676
name := "calypso-core",
7777
description := "calypso core",
7878
libraryDependencies ++= List(
79-
"org.mongodb" % "bson" % "5.2.0",
79+
"org.mongodb" % "bson" % "5.2.1",
8080
"org.typelevel" %% "cats-core" % "2.12.0",
8181
"org.scalameta" %% "munit" % "1.0.2" % Test,
8282
"org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test

0 commit comments

Comments
 (0)