From 217d34423aeaa92cdfb269f0f5e8d1c18c15f1c0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 22 Jun 2026 16:11:18 +0000 Subject: [PATCH] Update json-schema-validator to 2.0.2 Signed-off-by: Scala Steward --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index a9cb414a..bb2bdf0e 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" % "2.0.1" + "com.networknt" % "json-schema-validator" % "2.0.2" lazy val openLocationCode = "com.google.openlocationcode" % "openlocationcode" % "1.0.4" lazy val scopt = "com.github.scopt" %% "scopt" % "4.1.0"