Skip to content

Commit

Permalink
Update scala-jsonschema to 0.7.7 (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 23, 2021
1 parent db6cff2 commit f13cee7
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 @@ -135,7 +135,7 @@ val circeAutoExtras = "io.circe" %% "circe-generic-extras" % "0.14.1"
val circeParser = "io.circe" %% "circe-parser" % "0.14.1"
val optionalCirce = optional(circe)

val jsonschema = "com.github.andyglow" %% "scala-jsonschema" % "0.7.6"
val jsonschema = "com.github.andyglow" %% "scala-jsonschema" % "0.7.7"

val scalacheck = "org.scalacheck" %% "scalacheck" % "1.15.4" % "test"
val scalacheckShapeless = "com.github.alexarchambault" %% "scalacheck-shapeless_1.14" % "1.2.5"
Expand Down

0 comments on commit f13cee7

Please sign in to comment.