Skip to content

Commit

Permalink
Add Circe JSON into description
Browse files Browse the repository at this point in the history
  • Loading branch information
lashchenko committed Jul 22, 2024
1 parent b904f9b commit 100a8a5
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 @@ -7,7 +7,7 @@ lazy val commonSettings = Seq(
description :=
"""
|This extension created on top of official MongoDB Scala Driver.
|It allows to fully utilize Spray JSON and represents bidirectional serialization for case classes in BSON,
|It allows to fully utilize Spray, Play or Circe JSON and represents bidirectional serialization for case classes in BSON,
|as well as flexible DSL for MongoDB query operators, documents and collections.
|""".stripMargin,
licenses := List("Apache 2" -> new URL("https://www.apache.org/licenses/LICENSE-2.0.txt")),
Expand Down

0 comments on commit 100a8a5

Please sign in to comment.