diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 1d2e387a..9031eb17 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -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.6" + "com.networknt" % "json-schema-validator" % "1.5.8" lazy val openLocationCode = "com.google.openlocationcode" % "openlocationcode" % "1.0.4" lazy val scopt = "com.github.scopt" %% "scopt" % "4.1.0"