Skip to content

Commit

Permalink
Update Circe (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
travisbrown authored Jun 22, 2021
1 parent 331c8c6 commit fa713a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion argus/src/main/scala/argus/schema/Schema.scala
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ object Schema {
) {

def toJson = this.asJson
def toJsonString = this.asJson.pretty(printer)
def toJsonString = printer.print(this.asJson)
val printer = Printer.spaces2.copy(dropNullValues = true)

// Convenience method since any/all of are treated roughly the same by the generated code
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ThisBuild / githubWorkflowBuild := Seq(
)

lazy val Vers = new {
val circe = "0.13.0"
val circe = "0.14.1"
val scalatest = "3.2.9"
}

Expand Down

0 comments on commit fa713a4

Please sign in to comment.