Skip to content

Commit

Permalink
add zio-schema-bson to doc's dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
khajavi committed Jul 31, 2023
1 parent 13d0ae6 commit 4ee9b38
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 @@ -341,5 +341,5 @@ lazy val docs = project
|sbt test
|```""".stripMargin
)
.dependsOn(zioSchemaJVM, zioSchemaProtobufJVM, zioSchemaJsonJVM, zioSchemaOpticsJVM, zioSchemaAvroJVM)
.dependsOn(zioSchemaJVM, zioSchemaProtobufJVM, zioSchemaJsonJVM, zioSchemaOpticsJVM, zioSchemaAvroJVM, zioSchemaBsonJVM)
.enablePlugins(WebsitePlugin)

0 comments on commit 4ee9b38

Please sign in to comment.