Skip to content

Commit

Permalink
Merge 31c5a8e into 43eca47
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 11, 2020
2 parents 43eca47 + 31c5a8e commit 48c920f
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 @@ -168,7 +168,7 @@ lazy val `spray-json` = { project in file("modules/spray-json") }.dependsOn(core

name := "scala-jsonschema-spray-json",

libraryDependencies += "io.spray" %% "spray-json" % "1.3.5"
libraryDependencies += "io.spray" %% "spray-json" % "1.3.6"
)

lazy val `circe-json` = { project in file("modules/circe-json") }.dependsOn(core, api % "compile->compile;test->test").settings(
Expand Down

0 comments on commit 48c920f

Please sign in to comment.