Skip to content

Commit

Permalink
Update scala-jsonschema to 0.7.9 (#228)
Browse files Browse the repository at this point in the history
Co-authored-by: Scala Steward <pkiersznowski@iteratorshq.com>
  • Loading branch information
pk044 and Scala Steward committed Jul 18, 2022
1 parent cdd3811 commit 3fe4ebd
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 @@ -142,7 +142,7 @@ val circeAutoExtras = "io.circe" %% "circe-generic-extras" % "0.14.2"
val circeParser = "io.circe" %% "circe-parser" % "0.14.2"
val optionalCirce = optional(circe)

val jsonschema = "com.github.andyglow" %% "scala-jsonschema" % "0.7.8"
val jsonschema = "com.github.andyglow" %% "scala-jsonschema" % "0.7.9"

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

0 comments on commit 3fe4ebd

Please sign in to comment.