Skip to content

Commit

Permalink
Update json-schema-validator to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmior committed Jul 23, 2024
1 parent ad30a1b commit e337992
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 @@ -11,7 +11,7 @@ object Dependencies {
lazy val ddSketch = "com.datadoghq" % "sketches-java" % "0.8.3"
lazy val fuzzySets = "io.github.dataunitylab" %% "fuzzy-sets" % "0.4.0"
lazy val hyperLogLog = "com.github.prasanthj" % "hyperloglog" % "1.1"
lazy val jsonSchemaValidator = "com.networknt" % "json-schema-validator" % "1.4.3"
lazy val jsonSchemaValidator = "com.networknt" % "json-schema-validator" % "1.5.0"
lazy val openLocationCode = "com.google.openlocationcode" % "openlocationcode" % "1.0.4"
lazy val scopt = "com.github.scopt" %% "scopt" % "4.1.0"
lazy val scalaCsv = "com.github.tototoshi" %% "scala-csv" % "1.4.1"
Expand Down

0 comments on commit e337992

Please sign in to comment.