Skip to content

Commit

Permalink
Update json-schema-validator to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and michaelmior committed Sep 20, 2024
1 parent 9c6f6d6 commit 7bee2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ object Dependencies {
lazy val fuzzySets = "io.github.dataunitylab" %% "fuzzy-sets" % "0.5.1"
lazy val hyperLogLog = "com.github.prasanthj" % "hyperloglog" % "1.1"
lazy val jsonSchemaValidator =
"com.networknt" % "json-schema-validator" % "1.5.1"
"com.networknt" % "json-schema-validator" % "1.5.2"
lazy val openLocationCode =
"com.google.openlocationcode" % "openlocationcode" % "1.0.4"
lazy val scopt = "com.github.scopt" %% "scopt" % "4.1.0"
Expand Down

0 comments on commit 7bee2ad

Please sign in to comment.