Skip to content

Commit

Permalink
Update scala-jsonschema to 0.7.4 (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 25, 2021
1 parent 73565b7 commit 549ecc0
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 @@ -103,7 +103,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.3"
val jsonschema = "com.github.andyglow" %% "scala-jsonschema" % "0.7.4"

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 549ecc0

Please sign in to comment.